From 5231bf5df9ab252f1f28054338f3dec97d9d4aa7 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 23 Mar 2015 03:21:34 +0100 Subject: [PATCH] Fixed main template name ('city' is correct prefix) and updated 'core'. Signed-off-by: Roland Haeder --- application/city/class_ApplicationHelper.php | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/city/class_ApplicationHelper.php b/application/city/class_ApplicationHelper.php index c00184f..c655ea2 100644 --- a/application/city/class_ApplicationHelper.php +++ b/application/city/class_ApplicationHelper.php @@ -222,7 +222,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica * @return $masterTemplateName Name of the master template */ public function buildMasterTemplateName () { - return 'node_main'; + return 'city_main'; } } diff --git a/core b/core index 011b8c0..c9957db 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 011b8c0eb6ad88fefce3f69d2cb2d37c858e3df6 +Subproject commit c9957db6d43f237e0e88318fdda1da022f86d10d -- 2.39.2