[Solved]: removing the line picture 10/100 above photos [Solved]: removing the line picture 10/100 above photos
 

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

[Solved]: removing the line picture 10/100 above photos

Started by thornless1, April 14, 2004, 10:18:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thornless1

great little program if i may. I was just wondering how to remove the line above the photo, picture something/of something

thankyou
Steve

Joachim Müller

in themes/yourtheme/theme.php, find                <td align="center" valign="middle" class="navmenu" witdh="100%">
                        {PIC_POS}
                </td>
and replace with                <td align="center" valign="middle" class="navmenu" witdh="100%">
                        <!--{PIC_POS}-->
                </td>

GauGau

thornless1

thankyou looks and works great