source: extensions/ContactForm/themes/cf_debug.tpl @ 13741

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

v1.0.9

File size: 417 bytes
Line 
1{if not empty($contact_form_debug)}
2  <div>{'cf_plugin_name'|@translate} - {'contact_form_debug'|@translate}</div>
3  <ul>
4  {foreach from=$contact_form_debug item=dbgelt key=dbgkey}
5    <li style="list-style: none;">KEY={$dbgkey}
6    <ul style="margin: 0px; padding-top:0px;">
7   
8    {foreach from=$dbgelt item=dbgval}
9    <li><pre>{$dbgval}</pre></li>
10    {/foreach}
11    </ul>
12    </li>
13  {/foreach}
14  </ul>
15{/if}
Note: See TracBrowser for help on using the repository browser.