Changeset 494:e16a5c9781e4 for inc/admin/lib.dc.page.php
- Timestamp:
- 07/03/11 10:00:38 (14 years ago)
- Branch:
- globalhelp
- File:
-
- 1 edited
-
inc/admin/lib.dc.page.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r491 r494 136 136 '</div>'. 137 137 '<div id="info-box2">'. 138 '<a'.(preg_match('/help.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="help.php">'.__('Global help').'</a>'. 139 '<span> | </span><a'.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="index.php">'.__('My dashboard').'</a>'. 138 '<a'.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="index.php">'.__('My dashboard').'</a>'. 140 139 '<span> | </span><a'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' class="active"' : '').' href="preferences.php">'.__('My preferences').'</a>'. 141 140 '<span> | </span><a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()).' <img src="images/logout.png" alt="" /></a>'. … … 183 182 '</div>'."\n". // End of #main-menu 184 183 '<div id="footer"><p>'. 184 '<a class="helplink'.(preg_match('/help.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="help.php">'.__('Global help').'</a>'. 185 185 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 186 186 ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. … … 349 349 '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 350 350 $content. 351 '</div>'. 352 '<div id="helplink"><hr />'. 353 '<p>'. 354 sprintf(__('See also %s'),sprintf('<a href="help.php">%s</a>',__('the global help'))). 355 '</p>'. 351 356 '</div></div>'; 352 357 }
Note: See TracChangeset
for help on using the changeset viewer.
