forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: antisa33 on November 06, 2005, 03:59:12 pm

Title: Please help for my theme !
Post by: antisa33 on November 06, 2005, 03:59:12 pm
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) :

Code: [Select]
<!-- 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 !!