PDA

View Full Version : Deleting the 3 annoying icons on top of header


designsbycmb
5-27-05, 12:47 PM
I've gotten the logo to be viewable but I've looked at all the codes but can't see to find where those stupid icons are that are viewed on top of the page.
Also, I'm attempting to blow away the icons like: "Whats New Here"

If anyone knows how to do this quickly please reply.


Thank you,

mailto:designsbycmb@earthlink.net (designsbycmb@earthlink.net)

stevel
5-27-05, 02:22 PM
It's just code in header.php that displays them. There is a table column (<td>) containing links to the pages and references to the images. You can simply delete the <td> and everything through the matching </td>.

There text such as "What's New Here" - you can change the text in english.php or one of the files under includes/languages/english. The icons are displayed by code in index.php, you can remove the code easily enough.