aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/index.tpl')
-rw-r--r--themes/smartpocket/template/index.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/smartpocket/template/index.tpl b/themes/smartpocket/template/index.tpl
index 6793bc493..4e3159396 100644
--- a/themes/smartpocket/template/index.tpl
+++ b/themes/smartpocket/template/index.tpl
@@ -1,5 +1,11 @@
-<div data-role="content" data-theme="a">
+<div data-role="content">
{if !empty($CATEGORIES)}{$CATEGORIES}{/if}
{if !empty($THUMBNAILS)}{$THUMBNAILS}{/if}
+{if !empty($CONTENT_DESCRIPTION)}
+<div class="additional_info">
+ {$CONTENT_DESCRIPTION}
+</div>
+{/if}
+{if !empty($CONTENT)}{$CONTENT}{/if}
</div>