bring back load_view_file for dispy templates

This commit is contained in:
Friendika 2011-05-10 23:35:31 -07:00
commit a00813497f
7 changed files with 12 additions and 12 deletions

View file

@ -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);