summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 14:34:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 14:34:24 +0200
commita5495046a484fd699717463185de3a9018f96c81 (patch)
tree5386994187849c70374f06efa188931fe435b4a5 /templates/part.listfeed.php
parent3385de22ef4f5bacad569d6fd0b80c8ab407d397 (diff)
dont use mock folders, use html delivered from server; deleted unecessary templates and ajax files
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index b20cc52b9..04d67a881 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -18,9 +18,7 @@ if(isset($_['mock'])){
}
}
-$mockClass = isset($_['mock']) ? 'mock' : '';
-
-echo '<li class="feed ' . $mockClass . '" data-id="' . $feedId . '">';
+echo '<li class="feed" data-id="' . $feedId . '">';
echo '<a style="background-image: url(' . $favicon . ');" href="#" class="title">' . $feedTitle .'</a>';
echo '<span class="unread_items_counter">' . $unreadItemsCount . '</span>';
echo '<span class="buttons">';