diff --git a/ext/relationships/theme.php b/ext/relationships/theme.php index fe968f7b..27fa122e 100644 --- a/ext/relationships/theme.php +++ b/ext/relationships/theme.php @@ -37,7 +37,7 @@ class RelationshipsTheme extends Themelet $parent_summary_html .= "« hide"; $parent_thumb_html .= ""; $html = $parent_summary_html . $parent_thumb_html; - $page->add_block(new Block(null, $html, "main", 5, "PostRelationships")); + $page->add_block(new Block(null, $html, "main", 5, "PostRelationshipsParent")); } if (bool_escape($image['has_children'])) { @@ -54,7 +54,7 @@ class RelationshipsTheme extends Themelet $child_summary_html .= "« hide"; $child_thumb_html .= ""; $html = $child_summary_html . $child_thumb_html; - $page->add_block(new Block(null, $html, "main", 5, "PostRelationships")); + $page->add_block(new Block(null, $html, "main", 5, "PostRelationshipsChildren")); } } }