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 0df1240a..664ec3ed 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -58,7 +58,7 @@ $web_path = Config::get('web_path'); ?> <li id="sb_tab_logout" class="sb1"> <a href="<?php echo Config::get('web_path'); ?>/logout.php" id="sidebar_logout" > - <?php echo get_user_icon('logout', T_('Logout')); ?> + <?php echo UI::get_icon('logout', T_('Logout')); ?> </a> </li> </ul> |