FileManager stuff

This commit is contained in:
Serghey Rodin 2015-10-12 17:45:31 +03:00
commit 7565e8217f
13 changed files with 514 additions and 60 deletions

View file

@ -1,6 +1,9 @@
<a href="#" class="to-top">
<i class="l-icon-to-top"></i>
</a>
<a href="#" class="to-shortcuts">
<i class="l-icon-shortcuts"></i>
</a>
<div class="l-header">
<div class="l-center">
<a href="/" class="l-logo"></a>
@ -8,6 +11,7 @@
<div class="l-menu clearfix">
<div class="l-menu__item <?php if($TAB == 'STATS' ) echo 'l-menu__item--active' ?>"><a href="/list/stats/"><?=__('Statistics')?></a></div>
<div class="l-menu__item <?php if($TAB == 'LOG' ) echo 'l-menu__item--active' ?>"><a href="/list/log/"><?=__('Log')?></a></div>
<?php if ((isset($_SESSION['FILEMANAGER_KEY'])) && (!empty($_SESSION['FILEMANAGER_KEY']))) {?><div class="l-menu__item <?php if($TAB == 'FILEMANAGER' ) echo 'l-menu__item--active' ?>"><a href="/list/directory/"><?=__('File Manager')?></a></div><?php }?>
</div>
<!-- /.l-menu -->