Page 1 of 1

in.php breaks page layout

Posted: Sat May 26, 2012 12:41 pm
by pornupload
hi
just trying the free version before purchase
but when i include the in.php it completely breaks the page layout
Image
normal is
Image

any clue why this is happening?

Re: in.php breaks page layout

Posted: Sat May 26, 2012 3:55 pm
by pornupload
hi
this is fixed
i'm running smarty template based site
in that case you cannot put it directly in the index.php
but you have to put it in the smarty templates for example header.tpl
then after <head>
like so
{php}include ('/home/site/www/te3/in.php');{/php}