Please help for my theme ! Please help for my theme !
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Please help for my theme !

Started by antisa33, November 06, 2005, 03:59:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

antisa33

Hello !
I would like to put the numbers of pages under the breadcrumb, how can i do that ?
I tried to put in theme.php (i have fruity theme) :


<!-- BEGIN tabs -->
        <tr>
                <td colspan="{COLUMNS}" style="padding: 0px;">
                        <table width="100%" cellspacing="0" cellpadding="0">
                                <tr>
                                        {TABS}
                                </tr>
                        </table>
                </td>
        </tr>
<!-- END tabs -->



But nothing appears.

Where can i put the code to have the number of pages at the top of my page of list_albums and thumbnails ?

Thank you !!