diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-03-12 21:57:19 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-31 13:19:07 +0200 |
commit | bec18701801cc140d760c261dd115fda1507a0dd (patch) | |
tree | cde4d11ddc75202e85b6d0f307d2b8523aa6c487 /tpl/dailyrss.html | |
parent | 129ff3c2e50154d563de12c85ec7597df5bded5a (diff) | |
download | Shaarli-bec18701801cc140d760c261dd115fda1507a0dd.tar.gz Shaarli-bec18701801cc140d760c261dd115fda1507a0dd.tar.zst Shaarli-bec18701801cc140d760c261dd115fda1507a0dd.zip |
Define date format in templates instead of index.php.
Diffstat (limited to 'tpl/dailyrss.html')
-rw-r--r-- | tpl/dailyrss.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/dailyrss.html b/tpl/dailyrss.html index 436e1cd2..926704f4 100644 --- a/tpl/dailyrss.html +++ b/tpl/dailyrss.html | |||
@@ -1,6 +1,6 @@ | |||
1 | {loop="links"} | 1 | {loop="links"} |
2 | <h3><a href="{$value.url}">{$value.title|htmlspecialchars}</a></h3> | 2 | <h3><a href="{$value.url}">{$value.title|htmlspecialchars}</a></h3> |
3 | <small>{if="!$GLOBALS['config']['HIDE_TIMESTAMPS']"}{$value.localdate|htmlspecialchars} - {/if}{if="$value.tags"}{$value.tags|htmlspecialchars}{/if}<br> | 3 | <small>{if="!$GLOBALS['config']['HIDE_TIMESTAMPS']"}{function="strftime('%c', $value.timestamp|htmlspecialchars)"} - {/if}{if="$value.tags"}{$value.tags|htmlspecialchars}{/if}<br> |
4 | {$value.url|htmlspecialchars}</small><br> | 4 | {$value.url|htmlspecialchars}</small><br> |
5 | {if="$value.thumbnail"}{$value.thumbnail}{/if}<br> | 5 | {if="$value.thumbnail"}{$value.thumbnail}{/if}<br> |
6 | {if="$value.description"}{$value.formatedDescription}{/if} | 6 | {if="$value.description"}{$value.formatedDescription}{/if} |