Dotclear

Changeset 946:cb5a02c1e606


Ignore:
Timestamp:
10/31/12 16:58:13 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Bugfix for text footer behaviour

File:
1 edited

Legend:

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

    r942 r946  
    184184 
    185185          # --BEHAVIOR-- adminPageFooter 
    186           $text = $core->callBehavior('adminPageFooter',$core,$text); 
     186          $textAlt = $core->callBehavior('adminPageFooter',$core,$text); 
    187187 
    188188          echo 
    189189          '</div>'."\n".      // End of #main-menu 
    190           '<div id="footer"><p>'.$text.'</p></div>'."\n". 
     190          '<div id="footer"><p>'.($textAlt != '' ? $textAlt : $text).'</p></div>'."\n". 
    191191          "</div>\n";         // End of #wrapper 
    192192           
Note: See TracChangeset for help on using the changeset viewer.

Sites map