Closed (fixed)
Project:
Business
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 15:10 UTC
Updated:
21 Mar 2014 at 09:47 UTC
Jump to comment: Most recent
Comments
Comment #1
devsaran commentedThanks Tedbow,
I made changes to the Footer Theme Credit. I changed the Footer Theme credit from "Developed by" to "Designed by".
It will be added to next release 7.x-1.7.
http://drupal.org/commitlog/commit/33248/f0a701e804d74b29996ebde3d96b565...
Comment #2
cardiffsteve commentedI'm really impressed with the devsaran Business theme, but I get "Copyright © 2013, . " showing in the footer on the Home page, I have tried changing page.tpl at the bottom of the code, but drupal doesnt seem to take the change, Ive tried clearing cache, and changing theme backa nd forth but still no change.
My changes work ok on the other pages, it must be using a different file to control the Home page?
Any ideas ?
Comment #3
cardiffsteve commentedsorry, i'm being v thick. there's a page--front.tpl as well that needs changing.
Comment #4
mariocantor commented!! what a nice theme... but,,May I change or remove this copyright without legal problems?
Comment #5
cardiffsteve commentedAsk devsaran.
Comment #6
arunkumarmanjeri commentedgo to template folder , change the content of "theme by etc " from page.tpl
dont worry copy right all , we all help each other
Comment #7
AkiBro commentedIt seems as only the homepage doesn't change.Change the scripting in both the page.tpl.php and page--front.tpl.php.
Comment #8
PeaceDog commentedThe copyright info isn't showing probably because you've indicated for the "Site Name" not to display in your theme. Once you allow it to show, it will populate in the copyright for the footer.
If you want to remove the site name because of logo or personal preference, go into page--front.tpl.php and find hgroup id="sitename" .
Remove ?php print $site_name; ? and you'll get the site name removed and your copyright will populate.
Hope that helps...