diff options
author | Mario <mario@mariovavti.com> | 2018-08-13 14:06:36 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-08-13 14:06:36 +0200 |
commit | b78c9a2251b3a594a961295accc1f540b6a26958 (patch) | |
tree | 3ea44b597c1ba60eaef01ef155962b351153f4e2 /boot.php | |
parent | db1a546abaa82472bd9c8b402db6752e2a3869d0 (diff) | |
parent | b436c4a94c86a7b346872b4c92f3c803b1582ed0 (diff) | |
download | volse-hubzilla-b78c9a2251b3a594a961295accc1f540b6a26958.tar.gz volse-hubzilla-b78c9a2251b3a594a961295accc1f540b6a26958.tar.bz2 volse-hubzilla-b78c9a2251b3a594a961295accc1f540b6a26958.zip |
Merge branch 'add-template-overrides' into 'dev'
Add template overrides
See merge request hubzilla/core!1256
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; |