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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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