Jump to content

New tpl page rop margin


Recommended Posts

Hy..

I created two file:

grafica.php:

 

 <?php
   include(dirname(__FILE__).'/config/config.inc.php');
    include(dirname(__FILE__).'/header.php');
    $smarty->display(_PS_THEME_DIR_."grafica-pliante.tpl");
    include(dirname(__FILE__).'/footer.php');
    ?>

 

and grafica.tpl:

 

<html>
   <body>
fdsfds
   </body>
</html>

 

When go to grafica.php i see margin on the top. How to remove this marrgin...Here is my website www.printpliante.ro and the new page (when the margin top is) www.printpliante.ro/grafica-pliante.php

  • Like 1
Link to comment
Share on other sites

  On 4/3/2013 at 7:25 PM, vekia said:

create new position in preferences -> SEO & URLS, this should help

 

I added my php file in seo and urls but not working. When access grafica-pliante.php stil show same title (domain name). I removed the grafica-pliante.tpl and codded just in php..

Link to comment
Share on other sites

×
×
  • Create New...