forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: george36 on February 27, 2007, 10:10:50 pm

Title: Another stupid question...
Post by: george36 on February 27, 2007, 10:10:50 pm
Hello,

I installed the mod pack on my 1.4.10 and I've discovered that just at the bottom of the page under the "Modded by Stramm" are 5-6 empty lines.

Is there a way to eliminated this?

I know it is a silly question but I am trying to figure it and I can't. :)

Thank you in advance.

George
Title: Re: Another stupid question...
Post by: Nibbler on February 27, 2007, 10:13:27 pm
That's here in your theme's template.html.

Code: [Select]
         <div align="center">
            {LANGUAGE_SELECT_FLAGS} <br />
            {LANGUAGE_SELECT_LIST}{THEME_SELECT_LIST} <br />
            <br />

            {VANITY}
         </div>

Either recode it to use less space or remove it.
Title: Re: Another stupid question...
Post by: george36 on February 27, 2007, 10:17:59 pm
Thank you Nibbler.

Solved :)