aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_tail.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2012-03-03 18:09:10 +0000
committerpatdenice <patdenice@piwigo.org>2012-03-03 18:09:10 +0000
commitdb7e67ae20c106c0666e3bb143da2502194c25cb (patch)
treefaf1770ec755cdfba7052b0a0cc13bd6b2d9a6f1 /include/page_tail.php
parent5464e7b6979e6ebdfd64dcdae7be86479d3c24ae (diff)
Multisize and mobile theme.
Use ajax loader for thumbnails in mobile theme. Use standard square parameters for mobile theme. Change square parameters to 120px. git-svn-id: http://piwigo.org/svn/trunk@13472 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_tail.php')
-rw-r--r--include/page_tail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/page_tail.php b/include/page_tail.php
index a24176da5..b150611fd 100644
--- a/include/page_tail.php
+++ b/include/page_tail.php
@@ -66,11 +66,11 @@ if ($conf['show_gt'])
$template->assign('debug', $debug_vars );
//------------------------------------------------------------- mobile version
-if ( !empty($conf['mobile_theme']) && get_device() != 'desktop')
+if ( !empty($conf['mobile_theme']) && (get_device() != 'desktop' || mobile_theme()))
{
$template->assign('TOGGLE_MOBILE_THEME_URL',
add_url_params(
- make_index_url(),
+ duplicate_index_url(),
array('mobile' => mobile_theme() ? 'false' : 'true')
)
);