bookmarks.php
294 Bytes
<?php
/**
*
* var $model SignupForm
*
*/
$this->title = 'Закладки';
$this->params['breadcrumbs'][] = $this->title;
use yii\helpers\Html;
use yii\helpers\Url;
use yii\widgets\ActiveForm;
?>
<?php $form = ActiveForm::begin([
'action'=>''
]); ?>
<?php ActiveForm::end(); ?>