diff options
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | tpl/daily.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1228,7 +1228,7 @@ function showDaily() | |||
1228 | $PAGE->assign('linksToDisplay',$linksToDisplay); | 1228 | $PAGE->assign('linksToDisplay',$linksToDisplay); |
1229 | $PAGE->assign('linkcount',count($LINKSDB)); | 1229 | $PAGE->assign('linkcount',count($LINKSDB)); |
1230 | $PAGE->assign('cols', $columns); | 1230 | $PAGE->assign('cols', $columns); |
1231 | $PAGE->assign('day',utf8_encode(strftime('%A %d, %B %Y',linkdate2timestamp($day.'_000000')))); | 1231 | $PAGE->assign('day',linkdate2timestamp($day.'_000000')); |
1232 | $PAGE->assign('previousday',$previousday); | 1232 | $PAGE->assign('previousday',$previousday); |
1233 | $PAGE->assign('nextday',$nextday); | 1233 | $PAGE->assign('nextday',$nextday); |
1234 | $PAGE->renderPage('daily'); | 1234 | $PAGE->renderPage('daily'); |
diff --git a/tpl/daily.html b/tpl/daily.html index 919795bb..0f762490 100644 --- a/tpl/daily.html +++ b/tpl/daily.html | |||
@@ -13,7 +13,7 @@ | |||
13 | <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a> | 13 | <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a> |
14 | </div> | 14 | </div> |
15 | <div class="dailyTitle"><img src="../images/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left"> The Daily Shaarli <img src="../images/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right"></div> | 15 | <div class="dailyTitle"><img src="../images/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left"> The Daily Shaarli <img src="../images/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right"></div> |
16 | <div class="dailyDate"><span class="nomobile">———————————</span> {$day} <span class="nomobile">———————————</span></div> | 16 | <div class="dailyDate"><span class="nomobile">———————————</span> {function="strftime('%A %d, %B %Y', $day)"} <span class="nomobile">———————————</span></div> |
17 | <div class="clear"></div> | 17 | <div class="clear"></div> |
18 | 18 | ||
19 | {if="$linksToDisplay"} | 19 | {if="$linksToDisplay"} |