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