diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-29 17:40:05 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-29 17:49:53 +0200 |
commit | bf3c9934d2dc02cead5995570239c5c6230ed5e5 (patch) | |
tree | 8add5495bf1080cfa09e5f8768d8ef2c558344d0 /tpl/default/dailyrss.html | |
parent | a4f0509a77a39d1ac834d4967e3e8f245de6d68d (diff) | |
download | Shaarli-bf3c9934d2dc02cead5995570239c5c6230ed5e5.tar.gz Shaarli-bf3c9934d2dc02cead5995570239c5c6230ed5e5.tar.zst Shaarli-bf3c9934d2dc02cead5995570239c5c6230ed5e5.zip |
Fix fatal error on daily page: use new thumbnail system
Also fix:
* include the login manager in the daily RSS feed function
* remove redirector setting in the vintage theme
Fixes #1190
Diffstat (limited to 'tpl/default/dailyrss.html')
-rw-r--r-- | tpl/default/dailyrss.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/dailyrss.html b/tpl/default/dailyrss.html index b14a3859..f589b06e 100644 --- a/tpl/default/dailyrss.html +++ b/tpl/default/dailyrss.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <h3><a href="{$value.url}">{$value.title}</a></h3> | 8 | <h3><a href="{$value.url}">{$value.title}</a></h3> |
9 | <small>{if="!$hide_timestamps"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}<br> | 9 | <small>{if="!$hide_timestamps"}{function="strftime('%c', $value.timestamp)"} - {/if}{if="$value.tags"}{$value.tags}{/if}<br> |
10 | {$value.url}</small><br> | 10 | {$value.url}</small><br> |
11 | {if="$value.thumbnail"}{$value.thumbnail}{/if}<br> | 11 | {if="$value.thumbnail"}<img src="{$index_url}{$value.thumbnail}#" alt="thumbnail" />{/if}<br> |
12 | {if="$value.description"}{$value.formatedDescription}{/if} | 12 | {if="$value.description"}{$value.formatedDescription}{/if} |
13 | <br><br><hr> | 13 | <br><br><hr> |
14 | {/loop} | 14 | {/loop} |