Add icon to hide/show sidebar

This commit is contained in:
Frederic Guillot
2015-07-18 18:21:48 -04:00
parent e7ff62f5e3
commit 1bce737243
12 changed files with 162 additions and 72 deletions

View File

@@ -20,4 +20,6 @@
<?= $this->url->link(t('My activity stream'), 'app', 'activity', array('user_id' => $user['id'])) ?>
</li>
</ul>
<div class="sidebar-collapse"><a href="#" title="<?= t('Hide sidebar') ?>"><i class="fa fa-chevron-left"></i></a></div>
<div class="sidebar-expand" style="display: none"><a href="#" title="<?= t('Expand sidebar') ?>"><i class="fa fa-chevron-right"></i></a></div>
</div>