fix show-stopping bugs

This commit is contained in:
Zach Prezkuta
2013-01-06 19:34:54 -07:00
parent 4281a95cbc
commit b4a95460e6
31 changed files with 46 additions and 426 deletions

View File

@@ -787,7 +787,7 @@ if(! class_exists('App')) {
*/
$tpl = get_markup_template('head.tpl');
$this->page['htmlhead'] = replace_macros($tpl, array(
'$baseurl' => $a->get_baseurl(),
'$baseurl' => $this->get_baseurl(),
'$local_user' => local_user(),
'$generator' => FRIENDICA_PLATFORM . ' ' . FRIENDICA_VERSION,
'$update_interval' => $interval,