<?php
$this->breadcrumbs=array(
	'Param Moduloses'=>array('index'),
	'Create',
);

$this->menu=array(
	array('label'=>'List ParamModulos','url'=>array('index')),
	array('label'=>'Manage ParamModulos','url'=>array('admin')),
);
?>

<h1 style="text-align: center">Agregar módulo</h1>

<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>