some fixes after cloning to a new site
This commit is contained in:
@@ -138,7 +138,7 @@ function profiles_content(&$a) {
|
||||
|
||||
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));
|
||||
|
||||
$a->page['aside'] = file_get_contents('view/sidenote.tpl');
|
||||
// $a->page['aside'] = file_get_contents('view/sidenote.tpl');
|
||||
$is_default = (($r[0]['is-default']) ? 1 : 0);
|
||||
$tpl = file_get_contents("view/profile_edit.tpl");
|
||||
$o .= replace_macros($tpl,array(
|
||||
|
||||
Reference in New Issue
Block a user