mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #309, ability to show album descriptions on all pages
(not just the first page)
This commit is contained in:
@@ -297,7 +297,7 @@ if ( empty($page['is_external']) )
|
||||
}
|
||||
|
||||
// category comment
|
||||
if ($page['start']==0 and !isset($page['chronology_field']) and !empty($page['comment']) )
|
||||
if (($page['start']==0 or $conf['album_description_on_all_pages']) and !isset($page['chronology_field']) and !empty($page['comment']) )
|
||||
{
|
||||
$template->assign('CONTENT_DESCRIPTION', $page['comment'] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user