Another stupid question... Another stupid question...
 

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

Another stupid question...

Started by george36, February 27, 2007, 10:10:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

george36

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

Nibbler

That's here in your theme's template.html.


         <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.

george36