aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-08-20 20:20:57 -0700
committerzotlabs <mike@macgirvin.com>2018-08-20 20:20:57 -0700
commit066febdf4092a308d70e9989b322afb470253132 (patch)
treebc74661ddc623c6a8e2525355bb12c8f439529bf /boot.php
parent9b620b2a35e256c905b6e3bd0e6f0228a0426e07 (diff)
parente25db4d1b57116353ad4e4909eb93824a673ffb3 (diff)
downloadvolse-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-xboot.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 955e616eb..8518a17f6 100755
--- a/boot.php
+++ b/boot.php
@@ -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;