theme shakeup commences - themes are now administered in admin panel.

This commit is contained in:
friendica 2012-02-23 20:29:09 -08:00
parent 65ddefe9c5
commit 44c23cda8e
9 changed files with 215 additions and 13 deletions

View file

@ -49,6 +49,11 @@ function follow_init(&$a) {
goaway($_SESSION['return_url']);
}
}
// This just confuses things, remove it
if($ret['network'] === NETWORK_DIASPORA)
$ret['url'] = str_replace('?absolute=true','',$ret['url']);
// do we have enough information?