coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: gcnetwork on March 16, 2005, 04:04:42 AM

Title: getting rid of "last uploads"...
Post by: gcnetwork on March 16, 2005, 04:04:42 AM
On my main page I have two menus on the bottom "last uploads" and another one.  How do I remove them from the main page?

Also, how to I change the size of that text?  I can't figure out what part of the css it is and i can't load the styleguide
Title: Re: getting rid of "last uploads"...
Post by: foulu on March 16, 2005, 04:10:53 AM
in themes.php

line 57

<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::

delete it
Title: Re: getting rid of "last uploads"...
Post by: Joachim Müller on March 18, 2005, 09:13:37 AM
Quote from: foulu on March 16, 2005, 04:10:53 AM
line 57
The line depends on the theme in use, but basically foulu is right: edit themes/yourtheme/theme.php and reomve items you don't want to use, or (even better), comment them out like this:<!--<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::-->

Joachim