getting rid of "last uploads"... getting rid of "last uploads"...
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

getting rid of "last uploads"...

Started by gcnetwork, March 16, 2005, 04:04:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gcnetwork

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

foulu

in themes.php

line 57

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

delete it

Joachim Müller

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