<?php
/* @var $this CierreMesController */
/* @var $model CierreMes */

$this->breadcrumbs=array(
	'Cierre Mes'=>array('index'),
	'Create',
);

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

<!--<h1>Create CierreMes</h1>-->

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