summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-13 03:18:58 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-13 03:18:58 +0200
commit523f5304be09223b3b57a9df0452123e90f627e3 (patch)
tree512e30ce86834933aa3d7e8af21006baa9f384ea /templates/main.php
parent8904f6d3f5132529d654c5b5a8b94cec7304b482 (diff)
fixed bug that wouldnt highlight last viewed feed/folder
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 8a618d34d..d0b0ec581 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -5,6 +5,9 @@
<?php
$l = $_['trans'];
+$lastViewedFeedId = $_['lastViewedFeedId'];
+$lastViewedFeedType = $_['lastViewedFeedType'];
+
if($_['showAll']) {
$viewButtonImg = 'eye_all.svg';