chinese-journal/yii/protected/views/site/index.php

15 lines
291 B
PHP
Raw Permalink Normal View History

2014-11-21 08:26:20 +00:00
<?php
/* @var $this SiteController */
2014-11-22 13:14:22 +00:00
$this->pageTitle=Yii::t('app', Yii::app()->name);
2014-11-21 08:26:20 +00:00
?>
2014-11-22 13:14:22 +00:00
<h1><?=Yii::t('app', 'New posts')?></h1>
2014-11-21 08:26:20 +00:00
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
'template'=>"{items}\n{pager}",
)); ?>