News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.