coppermine-gallery.com/forum

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

Title: (re)move links for php/mysql/w3c in theme rainy day
Post 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.
Title: Re: (re)move links for php/mysql/w3c in theme rainy day
Post by: Sami on June 26, 2006, 04:30:05 PM
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);
Title: Re: (re)move links for php/mysql/w3c in theme rainy day
Post by: Stramm on June 26, 2006, 04:31:22 PM
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
Title: Re: (re)move links for php/mysql/w3c in theme rainy day
Post by: Traeumer76 on June 27, 2006, 09:27:06 AM
I did not know that this is the vanity block (or even what Vanity block means). Sorry for that and thanks for your help!!  :)