Dotclear

Changeset 1140:ab9eefc96744 for inc


Ignore:
Timestamp:
04/01/13 18:31:34 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Footer reloaded, fixes #1394

File:
1 edited

Legend:

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

    r1049 r1140  
    182182          } 
    183183           
    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); 
    185185 
    186186          # --BEHAVIOR-- adminPageFooter 
    187187          $textAlt = $core->callBehavior('adminPageFooter',$core,$text); 
     188          if ($textAlt != '') { 
     189               $text = $textAlt; 
     190          } 
    188191 
    189192          echo 
    190193          '</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". 
    192195          "</div>\n";         // End of #wrapper 
    193196           
     
    392395          self::jsLoad('js/jquery/jquery.biscuit.js'). 
    393396          self::jsLoad('js/jquery/jquery.bgFade.js'). 
    394           self::jsLoad('js/jquery/jquery.constantfooter.js'). 
    395397          self::jsLoad('js/common.js'). 
    396398          self::jsLoad('js/prelude.js'). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map