Korrektur beim Erzeugen von Übersicht-Seiten, Links waren nicht bei allen Unterseitentypen korrekt gesetzt

This commit is contained in:
2016-09-30 11:24:41 +00:00
parent fe5e353753
commit 235bc660bd
4 changed files with 19 additions and 17 deletions

View File

@@ -103,6 +103,7 @@ if ($specialSite !== false)
$tmp_data['content']['pageContents'] = fnc_getSiteContents($tmp_content['siteContents'], $prefix);
$sub_content = $tmp_data['content']['pageContents'];
$sub_content['type'] = 'standard';
$sub_content['siteId'] = $content[$prefix . '_navId'];
}
}
$data['content']['uebersicht'][] = $sub_content;

View File

@@ -99,6 +99,7 @@ if ($specialSite !== false)
$tmp_data['content']['pageContents'] = fnc_getSiteContents($tmp_content['siteContents'], $prefix);
$sub_content = $tmp_data['content']['pageContents'];
$sub_content['type'] = 'standard';
$sub_content['siteId'] = $content[$prefix . '_navId'];
}
}
$data['content']['uebersicht'][] = $sub_content;