diff options
author | flop25 <flop25@piwigo.org> | 2013-12-30 19:18:13 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-12-30 19:18:13 +0000 |
commit | e6806fd13af4bc6469bac95af34d682495e6c3c4 (patch) | |
tree | f2a10356c68b47065fa619637fbda84a8ef3afb4 /themes/smartpocket/template/picture.tpl | |
parent | 86c09698e14f7a9cd17fcbdcf668c94b96cfca13 (diff) |
smartpocket :
fix logout/login msg
set menu elements as collapsible and as an accordion too
top menu elements blue
picture centered
"Thumbnails" text hidden (too big)
git-svn-id: http://piwigo.org/svn/trunk@26362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template/picture.tpl')
-rw-r--r-- | themes/smartpocket/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/template/picture.tpl b/themes/smartpocket/template/picture.tpl index d37c9b0fb..164aae15e 100644 --- a/themes/smartpocket/template/picture.tpl +++ b/themes/smartpocket/template/picture.tpl @@ -1,7 +1,7 @@ {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} -<div data-role="content"> +<div data-role="content" id="picture_page"> <ul data-role="listview" data-inset="true"> <li data-role="list-divider">{$SECTION_TITLE}<span class="browsePathSeparator">{$LEVEL_SEPARATOR}</span>{$current.TITLE}</li> </ul> |