From a00813497fccf295d72e35537599409b3f1eaa22 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 10 May 2011 23:35:31 -0700 Subject: bring back load_view_file for dispy templates --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/settings.php') 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); -- cgit v1.2.3