in.php breaks page layout

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
pornupload
Posts: 12
Joined: Sat May 26, 2012 10:10 am

in.php breaks page layout

Post 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?
pornupload
Posts: 12
Joined: Sat May 26, 2012 10:10 am

Re: in.php breaks page layout

Post 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}
Post Reply