Closed (works as designed)
Project:
Corolla
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
1 Jul 2010 at 11:00 UTC
Updated:
23 Mar 2022 at 15:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
jarek foksa commentedCore version of the theme has footer region because other developers wanted it, as far as I'm concerned I don't like it because most blocks would look out of place in this region.
In revision 6.x-1.10 I added "Copyright information" theme setting which will allow you to enter your custom footer text.
"Drupal theme by Kiwi Themes." text is hard coded because it helps me in positioning my website. You can always remove it from page.tpl.php if you don't like it.
Comment #2
pcambraHi
I understand the point of positioning but I'd like to see the "Drupal theme by Kiwi Themes." text as configurable by theme settings or any other option by config so people that want to use this theme without that text doesn't have to "hack" the theme.
If you don't like to include it by theme settings, you can do it in a variable, which is a little harder to hide, but it can be done without touching the theme.
Thanks
Comment #3
jarek foksa commentedI'm not removing my link from footer, thanks for understanding :)
Comment #4
pcambraOk
Here are a couple of patches for 6 dev & 6.1.9 versions for removing the link, just in case someone wants to use it in a makefile or something similar.
Comment #5
Virgil commentedWhat if you want to have the reference but to be able to move it in another place on the page using the theme settings or (even better) the block configuration options?