diff --git a/src/site/template/aurelia/layouts/topic/moderate/default.php b/src/site/template/aurelia/layouts/topic/moderate/default.php
index 56c337513c..42ad833d7f 100644
--- a/src/site/template/aurelia/layouts/topic/moderate/default.php
+++ b/src/site/template/aurelia/layouts/topic/moderate/default.php
@@ -95,37 +95,45 @@
:
- config->topicIcons) :
- ?>
- :
-
+ topicIcons as $icon) : ?>
+ checked) ? ' checked="checked" ' : ''; ?>
+ />
+
+ category->iconset) {
+ $this->category->iconset = 'default';
+ }
+
+ // Determine icon type and render accordingly
+ $topicicontype = $this->config->topicIcons ? $topicicontype : null;
+ ?>
+
+
+
+
+
+config->topicIcons): ?>
+
+ :
+
+
topicIcons as $icon) :
?>
@@ -157,6 +165,7 @@ class="fa fa-fa; ?> glyphicon-topic fa-2x">
+
message)) :
?>
@@ -293,4 +302,4 @@ class="btn btn-outline-primary border">
-
\ No newline at end of file
+