Changeset 1318:168998968714 for inc/admin
- Timestamp:
- 08/09/13 11:42:34 (12 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          inc/admin/lib.dc.page.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/admin/lib.dc.page.phpr1312 r1318 138 138 '</div>'. 139 139 '<div id="info-box2">'. 140 '<a class="smallscreen "'.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').'href="index.php">'.__('My dashboard').'</a>'.141 '<span class="smallscreen"> | </span><a class="smallscreen "'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' class="active smallscreen"' : '').'href="preferences.php">'.__('My preferences').'</a>'.140 '<a class="smallscreen'.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="index.php">'.__('My dashboard').'</a>'. 141 '<span class="smallscreen"> | </span><a class="smallscreen'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="preferences.php">'.__('My preferences').'</a>'. 142 142 '<span class="smallscreen"> | </span><a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()).' <img src="images/logout.png" alt="" /></a>'. 143 143 '</div>'. 
Note: See TracChangeset
          for help on using the changeset viewer.
      