Revert "remove red logout button from left sidebar"

This reverts commit aa6ac77491.
This commit is contained in:
r 2019-02-08 16:58:06 -06:00
parent aa6ac77491
commit fcbe097f83
1 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<div id="nav">
<?php echo $this->navigation()->menu(); ?>
</div>
<div class="btn-group">
<a href="<?php echo $this->baseUrl . '/login/logout'; ?>">
<button id="add_media_btn" class="btn btn-small dashboard-btn btn-danger">
<span><?php echo _("Logout") ?></span>
</button>
</a>
</div>
<script>
<?php