1
0

13 lines
184 B
PHP
Raw Normal View History

2014-05-12 10:11:20 +02:00
<?php
$this->breadcrumbs=array(
'Comments',
);
?>
<h1>Comments</h1>
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
)); ?>