From b436c4a94c86a7b346872b4c92f3c803b1582ed0 Mon Sep 17 00:00:00 2001 From: "M.Dent" Date: Sun, 12 Aug 2018 19:47:10 -0400 Subject: Add support for overriding the default template location and individual templates via .htconfig.php --- boot.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index fca184555..6816187cb 100755 --- a/boot.php +++ b/boot.php @@ -728,6 +728,9 @@ class App { private static $perms = null; // observer permissions private static $widgets = array(); // widgets for this page public static $config = array(); // config cache + public static $override_intltext_templates = array(); + public static $override_markup_templates = array(); + public static $override_templateroot = null; public static $session = null; public static $groups; -- cgit v1.2.3