diff options
author | M. Dent <dentm42@gmail.com> | 2018-08-14 13:03:26 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-08-14 13:03:26 +0200 |
commit | 94393d27c8f39cc409f60078af6241d9eab21fc2 (patch) | |
tree | 26fa3954336cfa26d3de17af1936ce71500f9403 /boot.php | |
parent | b78c9a2251b3a594a961295accc1f540b6a26958 (diff) | |
download | volse-hubzilla-94393d27c8f39cc409f60078af6241d9eab21fc2.tar.gz volse-hubzilla-94393d27c8f39cc409f60078af6241d9eab21fc2.tar.bz2 volse-hubzilla-94393d27c8f39cc409f60078af6241d9eab21fc2.zip |
Override helpfiles
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |