8 lines
144 B
PHP
8 lines
144 B
PHP
<?php
|
|
$this->breadcrumbs=array(
|
|
'Create Post',
|
|
);
|
|
?>
|
|
<h1>Create Post</h1>
|
|
|
|
<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
|