aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-22 21:12:48 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-22 21:12:48 +0000
commit13b9118f4170ceace4a095cc952bdeb389d69c9a (patch)
tree6c6fcf2312d13bc0a440fe2d3c050d5946843c93 /themes
parentf33339b964f3da16eb42e68b7c31acd1fbf2222f (diff)
- fix icon display on index page (calendar by post date)
- remove unnecessary include_once - mysql functions simplification git-svn-id: http://piwigo.org/svn/trunk@8844 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl
index eaa1b3554..d320f4d7b 100644
--- a/themes/default/template/index.tpl
+++ b/themes/default/template/index.tpl
@@ -50,7 +50,7 @@
{/if}
{if isset($U_MODE_POSTED)}
<li>{strip}<a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
- <span class="pwg-icon pwg-icon-camera-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span>
+ <span class="pwg-icon pwg-icon-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span>
</a>{/strip}</li>
{/if}
{if isset($U_MODE_CREATED)}