News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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