diff options
author | friendica <info@friendica.com> | 2013-07-25 17:52:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-25 17:52:55 -0700 |
commit | 21c73ceb10b3f053473a769d6829ff391251b57b (patch) | |
tree | 5c63b4bea09eb2a47c628e802d2d10c1df46c061 /mod/settings.php | |
parent | 3d95fcb7cd37c6bff03f76e20b0d2eeb785616da (diff) | |
download | volse-hubzilla-21c73ceb10b3f053473a769d6829ff391251b57b.tar.gz volse-hubzilla-21c73ceb10b3f053473a769d6829ff391251b57b.tar.bz2 volse-hubzilla-21c73ceb10b3f053473a769d6829ff391251b57b.zip |
include zot
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 00ad94d20..6ab036437 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1,5 +1,6 @@ <?php /** @file */ +require_once('include/zot.php'); function get_theme_config_file($theme){ |