- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r494 r489 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>'.185 184 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 186 185 ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. … … 349 348 '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 350 349 $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>'.356 350 '</div></div>'; 357 351 }
Note: See TracChangeset
for help on using the changeset viewer.