Dotclear

Changeset 942:9324a7ae7237


Ignore:
Timestamp:
10/30/12 14:22:10 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add adminPageFooter behavior, #fixes #668

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r910 r942  
    167167     public static function close() 
    168168     { 
     169          global $core; 
     170 
    169171          $menu =& $GLOBALS['_menu']; 
    170172           
     
    179181          } 
    180182           
     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 
    181188          echo 
    182189          '</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". 
    186191          "</div>\n";         // End of #wrapper 
    187192           
Note: See TracChangeset for help on using the changeset viewer.

Sites map