Give the UI a little love after all the backend mods

This commit is contained in:
friendica
2012-10-24 19:13:29 -07:00
parent 2b95ce9f07
commit ceeb4db6e3
13 changed files with 91 additions and 29 deletions

View File

@@ -384,12 +384,14 @@ if($a->is_mobile || $a->is_tablet) {
else {
$link = $a->get_baseurl() . '/toggle_mobile?off=1&address=' . curPageURL();
}
$a->page['footer'] = replace_macros(get_markup_template("toggle_mobile_footer.tpl"), array(
$a->page['footer'] .= replace_macros(get_markup_template("toggle_mobile_footer.tpl"), array(
'$toggle_link' => $link,
'$toggle_text' => t('toggle mobile')
));
}
$a->page['footer'] .= '<div id="powered-by">' . t("Friendica Red") . '</div>';
$page = $a->page;
$profile = $a->profile;