"protected/extensions/MPDF54/examples/[object Object]" did not exist on "fee14be7dc424649d20f76c0b2d5daab1b6bfad3"
index.php 536 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?php

$this->breadcrumbs = array(
	Mzgttipospublicaciones::label(2),
	Yii::t('app', 'Indice'),
);

$this->menu = array(
	array('label'=>Yii::t('app', 'Registrar') . ' ' . Mzgttipospublicaciones::label(), 'url' => array('create')),
	array('label'=>Yii::t('app', 'Administrar') . ' ' . Mzgttipospublicaciones::label(2), 'url' => array('admin')),
);
?>

<h1><?php echo GxHtml::encode(Mzgttipospublicaciones::label(2)); ?></h1>

<?php $this->widget('zii.widgets.CListView', array(
	'dataProvider'=>$dataProvider,
	'itemView'=>'_view',
));