Hello.
How to add H1 or H2 tag to displayimage page? Like "Animals" on this page http://coppermine-gallery.net/demo/cpg15x/displayimage.php?album=2&pid=6#top_display_media.
Where exactly do you want to add that tag? Please post a link to your gallery and a screen shot of the elements you want to add the tag to.
http://rihanna1photos.ru/displayimage-1082-22818.html#top_display_media
I want to add H1 tag to "Rihanna - концерт в городе Лас-Вегас (США) - 17 июля 2010 [HQ]".
Open include/functions.inc.php, find
$breadcrumb_links[$cat_order] = "<a href=\"thumbnails.php?album=".$CURRENT_ALBUM_DATA['aid']."\">".$CURRENT_ALBUM_DATA['title']."</a>";
and replace with
$breadcrumb_links[$cat_order] = "<a href=\"thumbnails.php?album=".$CURRENT_ALBUM_DATA['aid']."\"><h1>".$CURRENT_ALBUM_DATA['title']."</h1></a>";
Thank you! :)
Common policies: Resolve your threads (http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631)