Search code examples
drupaldrupal-7drupal-modules

How to change footer Powered by Drupal and its link?


I am working on Drupal. I want to know how to change that footer text Powered by Drupal and link given to it. I want there "Copyrights 2012 (My site name).All Rights reserved." I can not getting it can any one help me.


Solution

  • Just go to Structure -> blocks -> Add block

    Leave block title blank block description Custom Footer or any other if you want

    and in Block body add following code

    Copyrights &copy; <a href="http://localhost/drupal-7.12/">TopTableToastMaster</a>.All right reserved.
    

    After doing this set default footer's region as none and add your custom footer.

    Hope this will solve your problem.