source: extensions/ContactForm/themes/cf_messages.tpl @ 11298

Last change on this file since 11298 was 6547, checked in by Gotcha, 14 years ago

v1.0.9

File size: 284 bytes
Line 
1{if isset($errors)}
2<div class="errors">
3  <ul>
4    {foreach from=$errors item=error}
5    <li>{$error}</li>
6    {/foreach}
7  </ul>
8</div>
9{/if}
10
11{if isset($infos)}
12<div class="infos">
13  <ul>
14    {foreach from=$infos item=info}
15    <li>{$info}</li>
16    {/foreach}
17  </ul>
18</div>
19{/if}
Note: See TracBrowser for help on using the repository browser.