forum.coppermine-gallery.net
Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Traeumer76 on June 26, 2006, 04:08:08 pm
-
Hi everybody
Iīm using CPG 1.4.6 with theme "rainy day"
I like this theme very much, the only thing is the additional row with link sto PHP, mySQL and W3C at the end of every page. I thought about moving these links into the same row with "Powered by CPG". Looks better, i think.
Can somebody tell me where to do this?
While writing this question, a second one comes up: Is it allowed to remove these links completely? They links donīt exist for copyright reasons like "Powered by CPG", right? Is there some other reason to keep them?
Thanks in advance,
Lothar.
-
you can remove it by going to yourtheme/theme.php and comment out this line
define('THEME_IS_XHTML10_TRANSITIONAL',1);
it should be look like this
//define('THEME_IS_XHTML10_TRANSITIONAL',1);
-
or you just read the documentation and disbale displaying the vanity block in config
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#vanity_block
-
I did not know that this is the vanity block (or even what Vanity block means). Sorry for that and thanks for your help!! :)