Changeset 1307:29c999d7ae6b for inc/admin
- Timestamp:
- 08/05/13 19:22:48 (12 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          inc/admin/lib.dc.page.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/admin/lib.dc.page.phpr1302 r1307 97 97 ' <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />'."\n". 98 98 ' <meta name="GOOGLEBOT" content="NOSNIPPET" />'."\n". 99 ' <meta name="viewport" content="initial-scale=1.0" />'."\n". 99 100 100 101 self::jsLoadIE7(). … … 137 138 '</div>'. 138 139 '<div id="info-box2">'. 139 '<a '.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="index.php">'.__('My dashboard').'</a>'.140 '<span > | </span><a'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="preferences.php">'.__('My preferences').'</a>'.141 '<span > | </span><a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()).' <img src="images/logout.png" alt="" /></a>'.140 '<a class=" nomobile"'.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="index.php">'.__('My dashboard').'</a>'. 141 '<span class="nomobile"> | </span><a class=" nomobile"'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' class="active nomobile"' : '').' href="preferences.php">'.__('My preferences').'</a>'. 142 '<span class="nomobile"> | </span><a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()).' <img src="images/logout.png" alt="" /></a>'. 142 143 '</div>'. 143 144 '</div>'. 
Note: See TracChangeset
          for help on using the changeset viewer.
      