diff options
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index f7aff7c4..bc76657e 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -62,7 +62,7 @@ $ajax_url = Config::get('ajax_url'); </li> --> <li id="sb_tab_logout" class="sb1"> - <a href="<?php echo Config::get('web_path'); ?>/logout.php"> + <a href="<?php echo Config::get('web_path'); ?>/logout.php" id="sidebar_logout" > <?php echo get_user_icon('logout',_('Logout')); ?> </a> </li> |