Skip to content

Commit 719ab17

Browse files
committed
fixes #223 update if display map in category description
use same if as core, check conf album_description_on_all_pages
1 parent a485933 commit 719ab17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

category.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function osm_render_category()
8484
if ($index <= 1)
8585
{
8686
// From index category comment at L300
87-
if ($page['start']==0 and !isset($page['chronology_field']) )
87+
if (($page['start']==0 or $conf['album_description_on_all_pages']) and !isset($page['chronology_field']) and !empty($page['comment']) )
8888
{
8989
if (empty($page['comment']))
9090
$page['comment'] = $osm_content;

0 commit comments

Comments
 (0)