Merge branch 'master' of github.com:dignajar/bludit

This commit is contained in:
Diego Najar 2019-05-09 17:18:37 +02:00
commit 03835e8b04
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'about' ?>">
<?php $L->p('About') ?></a>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'logout' ?>">
<?php $L->p('Logout') ?></a>
</li>
</ul>
</div>
</div>