forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Albel on August 28, 2007, 10:13:11 pm

Title: Where is the footer code located?
Post by: Albel on August 28, 2007, 10:13:11 pm
http://tales.rpgplanet.gamespy.com/gallery/

As you can see, below the "Powered by" line, there's another box. I think this is where the Valid XHTML/CSS/etc. buttons would normally go, but I'm not using them on this theme.

I couldn't find the code that controls this in the theme files, so I'm assuming it's in the core .php files. Could someone point it out to me, so I can remove that extra box, and space out the "Powered by" line from the main content (doing it in the theme file just makes the extra box get spaced away from the rest of the content).
Title: Re: Where is the footer code located?
Post by: Nibbler on August 28, 2007, 11:42:26 pm
It's for the custom footer apparently. Just remove it from the theme's template.html.

Code: [Select]
<div class="footer">{CUSTOM_FOOTER}</div>
You can adjust the footer position using css.