Merge remote-tracking branch 'ArthurHoaro/daily-date' into next
This commit is contained in:
commit
4a5827ff5a
2 changed files with 2 additions and 2 deletions
|
@ -981,7 +981,7 @@ function showDaily()
|
||||||
$PAGE->assign('linksToDisplay',$linksToDisplay);
|
$PAGE->assign('linksToDisplay',$linksToDisplay);
|
||||||
$PAGE->assign('linkcount',count($LINKSDB));
|
$PAGE->assign('linkcount',count($LINKSDB));
|
||||||
$PAGE->assign('cols', $columns);
|
$PAGE->assign('cols', $columns);
|
||||||
$PAGE->assign('day',utf8_encode(strftime('%A %d, %B %Y',linkdate2timestamp($day.'_000000'))));
|
$PAGE->assign('day',linkdate2timestamp($day.'_000000'));
|
||||||
$PAGE->assign('previousday',$previousday);
|
$PAGE->assign('previousday',$previousday);
|
||||||
$PAGE->assign('nextday',$nextday);
|
$PAGE->assign('nextday',$nextday);
|
||||||
$PAGE->renderPage('daily');
|
$PAGE->renderPage('daily');
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a>
|
<a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a>
|
||||||
</div>
|
</div>
|
||||||
<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>
|
<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>
|
||||||
<div class="dailyDate"><span class="nomobile">———————————</span> {$day} <span class="nomobile">———————————</span></div>
|
<div class="dailyDate"><span class="nomobile">———————————</span> {function="strftime('%A %d, %B %Y', $day)"} <span class="nomobile">———————————</span></div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
{if="$linksToDisplay"}
|
{if="$linksToDisplay"}
|
||||||
|
|
Loading…
Reference in a new issue