diff --git a/public/templates/admin/topics.tpl b/public/templates/admin/topics.tpl
index f5cb638529..c5305c4d03 100644
--- a/public/templates/admin/topics.tpl
+++ b/public/templates/admin/topics.tpl
@@ -1,11 +1,6 @@
Topics
-
-
- There are no topics.
-
-
-
+
+
+ There are no topics.
+
+
-
+
+
+
diff --git a/src/routes/admin.js b/src/routes/admin.js
index 254d56503d..0c562ce7c8 100644
--- a/src/routes/admin.js
+++ b/src/routes/admin.js
@@ -247,8 +247,7 @@ var user = require('./../user.js'),
topics.getAllTopics(10, null, function (topics) {
res.json({
topics: topics,
- notopics: topics.length === 0,
- showLoadMore: topics.length > 0
+ notopics: topics.length === 0
});
});
});