1
0
Fork 0

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

@ -104,7 +104,7 @@ function profile_content(&$a, $update = 0) {
if(x($_GET,'tab'))
$tab = notags(trim($_GET['tab']));
$tpl = file_get_contents('view/profile_tabs.tpl');
$tpl = load_view_file('view/profile_tabs.tpl');
$o .= replace_macros($tpl,array(
'$url' => $a->get_baseurl() . '/' . $a->cmd,