diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/about.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index eca44dbed..2ce658c44 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -14,5 +14,10 @@ <li>{$THEME_ABOUT}</li> </ul> {/if} + {if not empty($about_msgs)} + {foreach from=$about_msgs item=elt} + {$elt} + {/foreach} + {/if} </div> </div> |