source: extensions/Comments_on_Albums/template/coa_messages.tpl @ 9624

Last change on this file since 9624 was 9624, checked in by mistic100, 13 years ago

[plugins] Comments on Albums

File size: 266 bytes
RevLine 
[9624]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{if isset($infos)}
11<div class="infos">
12        <ul>
13                {foreach from=$infos item=info}
14                <li>{$info}</li>
15                {/foreach}
16        </ul>
17</div>
18{/if}
Note: See TracBrowser for help on using the repository browser.