source: trunk/themes/smartpocket/template/about.tpl @ 23713

Last change on this file since 23713 was 23713, checked in by flop25, 11 years ago

bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

File size: 395 bytes
Line 
1{include file='infos_errors.tpl'}
2<div data-role="content">
3  <ul data-role="listview" data-inset="true">
4    <li data-role="list-divider">{'About'|@translate}</li>
5    <li>{$ABOUT_MESSAGE}</li>
6    {if isset($THEME_ABOUT) }
7    <li>{$THEME_ABOUT}</li>
8    {/if}
9    {if not empty($about_msgs)}
10    {foreach from=$about_msgs item=elt}
11    <li>{$elt}</li>
12    {/foreach}
13    {/if}
14  </ul>
15</div>
Note: See TracBrowser for help on using the repository browser.