Changeset 1140:ab9eefc96744 for inc
- Timestamp:
- 04/01/13 18:31:34 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1049 r1140 182 182 } 183 183 184 $text = sprintf(__('Thank you for using %s.'),' <a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>');184 $text = sprintf(__('Thank you for using %s.'),'Dotclear '.DC_VERSION); 185 185 186 186 # --BEHAVIOR-- adminPageFooter 187 187 $textAlt = $core->callBehavior('adminPageFooter',$core,$text); 188 if ($textAlt != '') { 189 $text = $textAlt; 190 } 188 191 189 192 echo 190 193 '</div>'."\n". // End of #main-menu 191 '<div id="footer">< p>'.($textAlt != '' ? $textAlt : $text).'</p></div>'."\n".194 '<div id="footer"><a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logo_footer.png" alt="'.$text.'" /></a></div>'."\n". 192 195 "</div>\n"; // End of #wrapper 193 196 … … 392 395 self::jsLoad('js/jquery/jquery.biscuit.js'). 393 396 self::jsLoad('js/jquery/jquery.bgFade.js'). 394 self::jsLoad('js/jquery/jquery.constantfooter.js').395 397 self::jsLoad('js/common.js'). 396 398 self::jsLoad('js/prelude.js').
Note: See TracChangeset
for help on using the changeset viewer.