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 @@
  • {$THEME_ABOUT}
  • {/if} + {if not empty($about_msgs)} + {foreach from=$about_msgs item=elt} + {$elt} + {/foreach} + {/if}