Changeset 2034:7798b030057f for inc/admin/lib.dc.page.php
- Timestamp:
- 09/22/13 22:25:30 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r2011 r2034 142 142 '<li><a class="smallscreen'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : ''). 143 143 '" href="preferences.php">'.__('My preferences').'</a></li>'. 144 '<li><a href="index.php?logout=1" class="logout"> '.sprintf(__('Logout %s'),$core->auth->userID()).145 '< img src="images/logout.png" alt="" /></a></li>'.144 '<li><a href="index.php?logout=1" class="logout"><span class="nomobile">'.sprintf(__('Logout %s'),$core->auth->userID()). 145 '</span><img src="images/logout.png" alt="" /></a></li>'. 146 146 '</ul>'. 147 147 '</div>'; // end header
Note: See TracChangeset
for help on using the changeset viewer.