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 From 94393d27c8f39cc409f60078af6241d9eab21fc2 Mon Sep 17 00:00:00 2001 From: "M. Dent" Date: Tue, 14 Aug 2018 13:03:26 +0200 Subject: Override helpfiles --- boot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 6816187cb..e3dbbec75 100755 --- a/boot.php +++ b/boot.php @@ -731,6 +731,8 @@ class App { public static $override_intltext_templates = array(); public static $override_markup_templates = array(); public static $override_templateroot = null; + public static $override_helproot = null; + public static $override_helpfiles = array(); public static $session = null; public static $groups; -- cgit v1.2.3