How to remove 'Theme created by' from the footer?

I been trying to remove it through 'page.tpl.php' file but i am not able to find it's PHP code.

Comments

MidGe48’s picture

You could ask whoever put it there to help you.

nicksanta’s picture

More information is required to give you a good answer. Every contributed theme has its own quirks and ways of implementing things. Either it is hard coded into the page.tpl.php, somewhere in template.php or in the theme settings.
What theme are you using?

----------------------
open.emspace.com.au

----------------------
Nick Santamaria

Anandyrh’s picture

I am using RootCandy Theme

Regards,
Anand Y

Anandyrh’s picture

Yeah i found it, it was hard coded in template.php

'Thanks a lot nickurbits'

Regards,
Anand Y

brittalpana’s picture

Just delete of desable the last line** of page.tpl.php from theam folder.

** print $closure;

delete or desable the line....

enjoy

nicksanta’s picture

hmm, not such a good idea removing this snippet. $closure is required by many modules, especially ones that insert javascript into the page, such as google analytics code or admin menu / simplemenu for example.

There would be better ways of removing the footer text depending on the theme.

----------------------
Nick Santamaria

Anandyrh’s picture

Yes! Not a good idea.

It will remove Administrator menu.

currando’s picture

jus delete this:

<div id="legal-notice">Theme created by <a href="http://sotak.co.uk" target="_blank">Marek Sotak</a></div>

from line 161 from the template.php

Anandyrh’s picture

It worked!

ss54’s picture

Yes, I could do it for one theme from page.tpl.php but could not do it for Corrolla theme for Drupal 6.x

Anandyrh’s picture

Go to line No: '123' in your 'page-content.tpl.php'

hope this helps...

finex’s picture

I only want to add that the credits should be not removed... its a sign of respect to the original author. Don't you agree?

Anandyrh’s picture

Hi Finex,

I completely agree with your comment. but most of the time in professional world it's feedback from clients to remove, where we have also modified the whole look and feel of a downloaded theme.

But yes if the template is not modified/changed we must have the same theme footer.

I hope this makes sense.

himalyamakkad08@gmail.com’s picture

I am using "busy theme" with drupal 7. I am unable to find the code mentioning "developed by" field.. Please help

Anandyrh’s picture

Go to [templates/html.tlp.php] file and comment line # 78 to remove the bottom most line.

And the text above it [Powered by Drupal] should be in a block assigned to [region-footer]