Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
336 B

{use class='yii\helpers\Html'}
{use class='yii\bootstrap\Nav' type='function'}
{use class='yii\bootstrap\NavBar' type='block'}
{NavBar brandLabel=$app->name brandUrl=$app->homeUrl
options=['class' => 'test']}
{Nav options=['class' => 'test2'] items=[
['label' => 'Home', 'url' => 'http://example.com/']
]}
{/NavBar}