summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 3c4eff3f4..ccc8c5261 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -4,7 +4,6 @@
<?php
-$l = $_['trans'];
$lastViewedFeedId = $_['lastViewedFeedId'];
$lastViewedFeedType = $_['lastViewedFeedType'];
@@ -52,6 +51,7 @@ echo $this->inc("part.dialogues");
<div id="rightcontent" class="rightcontent">
<?php
echo '<div id="feed_items">';
+ //echo $this->inc("part.shared");
echo $this->inc("part.items");
echo '</div>';
?>