diff options
author | Friendika <info@friendika.com> | 2011-05-10 23:35:31 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-10 23:35:31 -0700 |
commit | a00813497fccf295d72e35537599409b3f1eaa22 (patch) | |
tree | ff56cce12620a10117098af5103b8f3b2518b54f /mod/settings.php | |
parent | 5903ea38f34bef5d47d1ba76f26c802b3112de70 (diff) | |
download | volse-hubzilla-a00813497fccf295d72e35537599409b3f1eaa22.tar.gz volse-hubzilla-a00813497fccf295d72e35537599409b3f1eaa22.tar.bz2 volse-hubzilla-a00813497fccf295d72e35537599409b3f1eaa22.zip |
bring back load_view_file for dispy templates
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 22dc794dc..99fe852ee 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -406,7 +406,7 @@ function settings_content(&$a) { '$basepath' => $a->get_hostname() )); - $stpl = file_get_contents('view/settings.tpl'); + $stpl = load_view_file('view/settings.tpl'); $celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false); |