aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-24 19:13:29 -0700
committerfriendica <info@friendica.com>2012-10-24 19:13:29 -0700
commitceeb4db6e304c26ebe56311743eb9baca69f7066 (patch)
treef0707fdd2e1ed786a39f2e0491f275fd2e3982a3 /index.php
parent2b95ce9f07bcf2d85eeb410f6d9bc4b3f2b54b86 (diff)
downloadvolse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.tar.gz
volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.tar.bz2
volse-hubzilla-ceeb4db6e304c26ebe56311743eb9baca69f7066.zip
Give the UI a little love after all the backend mods
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3d9886a29..a0903fe63 100644
--- a/index.php
+++ b/index.php
@@ -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;