Changeset 483:2304046cae42 for inc/admin/lib.dc.page.php
- Timestamp:
- 07/02/11 11:30:29 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r474 r483 135 135 '</div>'. 136 136 '<div id="info-box2"><div>'. 137 ' '.__('User:').' <strong>'.$core->auth->userID().'</strong>'.138 ' - <a href="index.php?logout=1" class="logout">'.__('Logout').' <img src="images/logout.png" alt="" /></a>'.137 ' <a href="preference.php">'.__('My preferences').'</a>'. 138 ' | <a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()).' <img src="images/logout.png" alt="" /></a>'. 139 139 '</div>'. 140 140 '</div>';
Note: See TracChangeset
for help on using the changeset viewer.