diff options
Diffstat (limited to 'themes/default/template')
-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 477bd323e..8627080c4 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -16,5 +16,10 @@ <li>{$THEME_ABOUT}</li> </ul> {/if} + {if not empty($about_msgs)} + {foreach from=$about_msgs item=elt} + {$elt} + {/foreach} + {/if} </div> </div> |