Changeset 942:9324a7ae7237
- Timestamp:
- 10/30/12 14:22:10 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r910 r942 167 167 public static function close() 168 168 { 169 global $core; 170 169 171 $menu =& $GLOBALS['_menu']; 170 172 … … 179 181 } 180 182 183 $text = sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'); 184 185 # --BEHAVIOR-- adminPageFooter 186 $text = $core->callBehavior('adminPageFooter',$core,$text); 187 181 188 echo 182 189 '</div>'."\n". // End of #main-menu 183 '<div id="footer"><p>'. 184 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 185 '</p></div>'."\n". 190 '<div id="footer"><p>'.$text.'</p></div>'."\n". 186 191 "</div>\n"; // End of #wrapper 187 192
Note: See TracChangeset
for help on using the changeset viewer.