add id to album name tag

this should be in template
This commit is contained in:
Fabrixxm 2014-09-17 11:02:18 +02:00
parent f971f52482
commit 51e6c30188
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ function photos_content(&$a) {
intval($a->pager['itemspage']) intval($a->pager['itemspage'])
); );
$o .= '<h3>' . $album . '</h3>'; $o .= '<h3 id="photo-album-title">' . $album . '</h3>';
if($cmd === 'edit') { if($cmd === 'edit') {
if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) { if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {