From 235bc660bdb8a648ca6dd9245676623b7f35d79f Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 30 Sep 2016 11:24:41 +0000 Subject: [PATCH] =?UTF-8?q?Korrektur=20beim=20Erzeugen=20von=20=C3=9Cbersi?= =?UTF-8?q?cht-Seiten,=20Links=20waren=20nicht=20bei=20allen=20Unterseiten?= =?UTF-8?q?typen=20korrekt=20gesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- administrator/popups/editor/index.php | 1 + index.php | 1 + templates/svjf/tpl_main.php | 2 +- templates/svjf/tpl_uebersicht.php | 32 +++++++++++++-------------- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/administrator/popups/editor/index.php b/administrator/popups/editor/index.php index 5959702..3693894 100644 --- a/administrator/popups/editor/index.php +++ b/administrator/popups/editor/index.php @@ -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; diff --git a/index.php b/index.php index c7f262b..8ccfc27 100644 --- a/index.php +++ b/index.php @@ -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; diff --git a/templates/svjf/tpl_main.php b/templates/svjf/tpl_main.php index c968930..e4f3c60 100644 --- a/templates/svjf/tpl_main.php +++ b/templates/svjf/tpl_main.php @@ -53,7 +53,7 @@ continue; } ?> - var =""; + var = ""; diff --git a/templates/svjf/tpl_uebersicht.php b/templates/svjf/tpl_uebersicht.php index eea000f..78163e9 100644 --- a/templates/svjf/tpl_uebersicht.php +++ b/templates/svjf/tpl_uebersicht.php @@ -1,22 +1,22 @@
_data as $data ) - { - ?> - + foreach ($this->_data as $data) + { + ?> + +