Changeset 494:e16a5c9781e4 for inc/admin
- Timestamp:
- 07/03/11 10:00:38 (14 years ago)
- Branch:
- globalhelp
- Location:
- inc/admin
- Files:
-
- 2 edited
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 } -
inc/admin/prepend.php
r489 r494 239 239 'images/menu/langs.png','images/menu/langs-b.png', 240 240 null,null,null)); 241 242 $_fav['help'] = new ArrayObject(array('help','Global help','help.php', 243 'images/menu/help.png','images/menu/help-b.png', 244 '*',null,null)); 241 245 242 246 # Menus creation
Note: See TracChangeset
for help on using the changeset viewer.