From a7f70524df847f3dd8e53e0e07b67597edb1631c Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 16 Feb 2012 11:51:34 +0000 Subject: feature:2577 Add mobile theme git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/smartpocket/template/header.tpl | 58 ++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 themes/smartpocket/template/header.tpl (limited to 'themes/smartpocket/template/header.tpl') diff --git a/themes/smartpocket/template/header.tpl b/themes/smartpocket/template/header.tpl new file mode 100644 index 000000000..06248f78c --- /dev/null +++ b/themes/smartpocket/template/header.tpl @@ -0,0 +1,58 @@ + + + + + +{if isset($meta_ref) } +{if isset($INFO_AUTHOR)} + +{/if} +{if isset($related_tags)} + +{/if} +{if isset($COMMENT_IMG)} + +{else} + +{/if} +{/if} + + + +{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))} +{$GALLERY_TITLE} | {$PAGE_TITLE}{else} +{$PAGE_TITLE} | {$GALLERY_TITLE}{/if} + + + +{get_combined_css} +{foreach from=$themes item=theme} +{if $theme.load_css} +{combine_css path="themes/`$theme.id`/theme.css" order=-10} +{/if} +{if !empty($theme.local_head)}{include file=$theme.local_head load_css=$theme.load_css}{/if} +{/foreach} + +{if isset($U_CANONICAL)}{/if} + +{if not empty($page_refresh) }{/if} + +{get_combined_scripts load='header'} + +{combine_script id='jquery' path='themes/smartpocket/js/jquery-1.6.4.min.js'} +{combine_script id='config' path='themes/smartpocket/js/config.js' require='jquery'} +{combine_script id='jquery.mobile' path='themes/smartpocket/js/jquery.mobile.min.js' require='jquery,config'} + + + + +
+ +
+
+ + {$GALLERY_TITLE} + {$MENUBAR} +
+
+ -- cgit v1.2.3