khanat-opennel-code/code/web/public_php/admin/templates/default/page_footer.tpl
Guillaume Dupuy 6f1197d633 Allow target to work with sheetName and a quiet option
HG : Enter commit message.  Lines beginning with 'HG:' are removed.
2016-11-28 00:54:33 +01:00

22 lines
233 B
Smarty

{if !$iPhone}
<br><br>
<br>
{* DEBUG INFORMATION *}
{if $NELTOOL_DEBUG != null}
<hr size="1">
<pre>DEBUG
{php}
global $nel_debug;
foreach ($nel_debug as $dbgline) echo "$dbgline\n";
{/php}</pre>
{/if}
{/if}
</body>
</html>