Tuesday 20 February 2007 10:57:22 am
Hi! I need a completely clean output without any:
<!-- START: including template: extension/supplynet/design/standard/templates/x/y.tpl (design:x/y.tpl) -->
<p class="small">extension/supplynet/design/standard/templates/x/y.tpl</p><br/>
or any of that. What do I have to put inside my module-view or my template to simply generate output like one would get from simple "echo" commands like in a php-script? I just need the output like the result of:
echo $variable."\n";
echo $varbaile2."\n";
Thanks!!!
|