img navbar under image img navbar under image
 

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

img navbar under image

Started by DaBe, April 22, 2007, 02:58:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DaBe

Hello

I want display the img-navbar under the image? but how I can make that? in which file? I have try in the themes.inc but i dont know..

Stramm

from themes/ample/theme.php copy the function theme_display_image into the theme.php you're actually using. Find
    starttable();
    echo $nav_menu;
    endtable();

    starttable();
    echo $picture;
    endtable();


and replace with
    starttable();
    echo $picture;
    endtable();

    starttable();
    echo $nav_menu;
    endtable();