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

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

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é