By Anandyrh on
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.
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
You could ask whoever put it
You could ask whoever put it there to help you.
More information is required
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
I am using RootCandy
I am using RootCandy Theme
Regards,
Anand Y
Yeah i found it, it was hard
Yeah i found it, it was hard coded in template.php
'Thanks a lot nickurbits'
Regards,
Anand Y
Its so simple
Just delete of desable the last line** of page.tpl.php from theam folder.
**
print $closure;delete or desable the line....
enjoy
hmm, not such a good idea
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
Yes! Not a good idea. It will
Yes! Not a good idea.
It will remove Administrator menu.
Just delete...
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
It worked!
It worked!
I could do it for one
Yes, I could do it for one theme from page.tpl.php but could not do it for Corrolla theme for Drupal 6.x
Go to line No: '123' in your
Go to line No: '123' in your 'page-content.tpl.php'
hope this helps...
I only want to add that the
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?
--
by FiNeX
FiNeX.org
Siti Web Vicenza
Hi Finex, I completely agree
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.
Unable to find it in template.php and page.tpl.php
I am using "busy theme" with drupal 7. I am unable to find the code mentioning "developed by" field.. Please help
Go to
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]