diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-20 20:20:57 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-20 20:20:57 -0700 |
commit | 066febdf4092a308d70e9989b322afb470253132 (patch) | |
tree | bc74661ddc623c6a8e2525355bb12c8f439529bf /boot.php | |
parent | 9b620b2a35e256c905b6e3bd0e6f0228a0426e07 (diff) | |
parent | e25db4d1b57116353ad4e4909eb93824a673ffb3 (diff) | |
download | volse-hubzilla-066febdf4092a308d70e9989b322afb470253132.tar.gz volse-hubzilla-066febdf4092a308d70e9989b322afb470253132.tar.bz2 volse-hubzilla-066febdf4092a308d70e9989b322afb470253132.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -728,6 +728,11 @@ 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 $override_helproot = null; + public static $override_helpfiles = array(); public static $session = null; public static $groups; |