Return to the thumbnails page under filmstrip Return to the thumbnails page under filmstrip
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Return to the thumbnails page under filmstrip

Started by allvip, October 14, 2013, 10:18:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allvip

How can I move the Return to the thumbnails page icon under the filmstrip?
thanks.

Αndré

Do you want to move just that button or the entire navigation bar?

allvip


Αndré

I assume the easiest way is to remove that button completely from $template_img_navbar and add it via
    global $album, $pos;
    echo '<a href="thumbnails.php?album='.$album.'&amp;page='.ceil(($pos + 1) / ($CONFIG['thumbrows'] * $CONFIG['thumbcols'])).'"><img border="0" align="middle" alt="Return to the thumbnail page" src="images/navbar/thumbnails.png"></a>';

at your desired location in the function theme_display_image.