Skip to content

Commit

Permalink
improved view layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiv Charan Panjeta committed Oct 24, 2014
1 parent 0210845 commit 39df157
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/default/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div class="col-md-4">
<?php

use yii\widgets\Menu;
echo Menu::widget ( [
'items' => $this->context->menu
] );
Expand Down
10 changes: 8 additions & 2 deletions views/default/restore.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php
$this->params ['breadcrumbs'] [] = [
'label' => 'Manage',
'url' => array (
'index'
)
];
$this->params['breadcrumbs'][]= [
'label' => 'Backup',
'url' => array('backup'),
'label' => 'Restore',
'url' => array('restore'),
];?>


Expand Down

0 comments on commit 39df157

Please sign in to comment.