diff options
author | M.Dent <dentm42@dm42.net> | 2018-08-12 19:47:10 -0400 |
---|---|---|
committer | M.Dent <dentm42@dm42.net> | 2018-08-12 19:47:10 -0400 |
commit | b436c4a94c86a7b346872b4c92f3c803b1582ed0 (patch) | |
tree | f7593f8d892020d40373adb4c5c6bd8ddbe9045a /boot.php | |
parent | 9402f537b62e80939d09ad602f96460e8ab66b1c (diff) | |
download | volse-hubzilla-b436c4a94c86a7b346872b4c92f3c803b1582ed0.tar.gz volse-hubzilla-b436c4a94c86a7b346872b4c92f3c803b1582ed0.tar.bz2 volse-hubzilla-b436c4a94c86a7b346872b4c92f3c803b1582ed0.zip |
Add support for overriding the default template location and individual templates via .htconfig.php
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |