some fixes after cloning to a new site
This commit is contained in:
parent
c10e772318
commit
dea552b74f
5 changed files with 17 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue