From dea552b74f5146f8b36a23fd2074de055ab960cb Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 7 Jul 2010 06:29:32 -0700 Subject: some fixes after cloning to a new site --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profiles.php') diff --git a/mod/profiles.php b/mod/profiles.php index cba358a67..a8b6858d7 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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( -- cgit v1.2.3