coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: thornless1 on April 14, 2004, 10:18:16 PM

Title: [Solved]: removing the line picture 10/100 above photos
Post by: thornless1 on April 14, 2004, 10:18:16 PM
great little program if i may. I was just wondering how to remove the line above the photo, picture something/of something

thankyou
Steve
Title: [Solved]: removing the line picture 10/100 above photos
Post by: Joachim Müller on April 15, 2004, 08:30:03 AM
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
Title: removed
Post by: thornless1 on April 15, 2004, 08:46:25 AM
thankyou looks and works great