diff options
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> |