Add H1 tag to displayimage page Add H1 tag to displayimage page
 

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

Add H1 tag to displayimage page

Started by Plazik, July 19, 2010, 03:40:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Plazik


Αndré

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.

Plazik

http://rihanna1photos.ru/displayimage-1082-22818.html#top_display_media
I want to add H1 tag to "Rihanna - концерт в городе Лас-Вегас (США) - 17 июля 2010 [HQ]".

Αndré

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>";

Plazik


Αndré