- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r489 r494 182 182 '</div>'."\n". // End of #main-menu 183 183 '<div id="footer"><p>'. 184 '<a class="helplink'.(preg_match('/help.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="help.php">'.__('Global help').'</a>'. 184 185 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 185 186 ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. … … 348 349 '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 349 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>'. 350 356 '</div></div>'; 351 357 }
Note: See TracChangeset
for help on using the changeset viewer.