summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
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';