Просмотр файла vkclone-0.0.1/protected/modules/site/views/admin/index.php

Размер файла: 185B
<?php
$this->pageTitle = Yii::t('Site', $this->module->getMeta('name'));
$this->breadcrumbs = array(
	$this->module->getMeta('name'),
);
?>

<?php $this->module->renderAdminWidget() ?>