News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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