aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-03 15:52:05 -0800
committerfriendica <info@friendica.com>2013-01-03 15:52:05 -0800
commitf8bd476b882e95b8bdb589ae74645d030ef198fd (patch)
tree421266d618694160c7d8b088e1e78d74807cea70 /index.php
parent7df33bb96366714116f8986f4a0a7d22f26729bf (diff)
downloadvolse-hubzilla-f8bd476b882e95b8bdb589ae74645d030ef198fd.tar.gz
volse-hubzilla-f8bd476b882e95b8bdb589ae74645d030ef198fd.tar.bz2
volse-hubzilla-f8bd476b882e95b8bdb589ae74645d030ef198fd.zip
import the toggle_mobile stuff to shut up some warnings
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index a4e8899d9..f718850a8 100644
--- a/index.php
+++ b/index.php
@@ -389,10 +389,10 @@ if(count($arr)) {
if($a->is_mobile || $a->is_tablet) {
if(isset($_SESSION['show-mobile']) && !$_SESSION['show-mobile']) {
- $link = $a->get_baseurl() . '/toggle_mobile?address=' . curPageURL();
+ $link = $a->get_baseurl() . '/toggle_mobile?f=&address=' . curPageURL();
}
else {
- $link = $a->get_baseurl() . '/toggle_mobile?off=1&address=' . curPageURL();
+ $link = $a->get_baseurl() . '/toggle_mobile?f=&off=1&address=' . curPageURL();
}
$a->page['footer'] .= replace_macros(get_markup_template("toggle_mobile_footer.tpl"), array(
'$toggle_link' => $link,