git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@9 77cfc57b-8ef4-1849-9df6-4a38aa5da120
15 lines
309 B
PHP
15 lines
309 B
PHP
<?php
|
|
$this->breadcrumbs=array(
|
|
'Usuarios'=>array('index'),
|
|
'Create',
|
|
);
|
|
|
|
$this->menu=array(
|
|
array('label'=>'List Usuario', 'url'=>array('index')),
|
|
array('label'=>'Manage Usuario', 'url'=>array('admin')),
|
|
);
|
|
?>
|
|
|
|
<h1>Create Usuario</h1>
|
|
|
|
<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
|