bring back load_view_file for dispy templates
This commit is contained in:
parent
5903ea38f3
commit
a00813497f
7 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue