<?php $this->breadcrumbs = array(Actor::label(2), 'Index'); $this->menu = array(array('label' => 'Create' . ' ' . Actor::label(), 'url' => array('create')), array('label' => 'Manage' . ' ' . Actor::label(2), 'url' => array('admin'))); ?> <h1><?php echo GxHtml::encode(Actor::label(2)); ?> </h1> <?php $this->widget('zii.widgets.CListView', array('dataProvider' => $dataProvider, 'itemView' => '_view'));