Hello,
am a new Owner of vb4.2 and would like to add an echo Script.
Unfortunately, this does not in the Templates, the Output will always appear at the top left.
What can I do? I use the Standart Style! Please help me..
I have add a Plugin:
PHP Code:
ob_start();
include('/var/www/virtual/htdocs/echo.php');
return $back;
ob_end_clean();
and add this in a Template
still not Work, all other Sample here in Forum not Work.
The same Script tested in the Customer Sidebar, thats Works fine