]> git.mxchange.org Git - city.git/blobdiff - application/city/class_ApplicationHelper.php
Fixed main template name ('city' is correct prefix) and updated 'core'.
[city.git] / application / city / class_ApplicationHelper.php
index c00184f1b623c0e23df8f44809b7bc4a5f9cdfd1..c655ea20e4e46fc9ae705f8b1fbd46685f2128d9 100644 (file)
@@ -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';
        }
 }