- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1778 r1793 206 206 echo 207 207 '</div>'."\n". // End of #main-menu 208 '<div id="footer"><a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 208 '<div id="footer">'. 209 '<span class="helplink"><a href="help.php">'.__('Global help').'</a></span> '. 210 '<a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 209 211 '<!-- '."\n". 210 212 ' .'."\n". … … 434 436 '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. 435 437 $content. 438 '</div>'. 439 '<div id="helplink"><hr />'. 440 '<p>'. 441 sprintf(__('See also %s'),sprintf('<a href="help.php">%s</a>',__('the global help'))). 442 '</p>'. 436 443 '</div></div>'; 437 444 }
Note: See TracChangeset
for help on using the changeset viewer.