source:
extensions/ContactForm/themes/cf_debug.tpl
@
12408
Last change on this file since 12408 was 6547, checked in by , 14 years ago | |
---|---|
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.