mirceabondar Posted April 2, 2013 Share Posted April 2, 2013 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 1 Link to comment Share on other sites More sharing options...
vekia Posted April 2, 2013 Share Posted April 2, 2013 i know that this may sounds weird, but you should check grafica-pliante.php file coding type, you must use utf-8 without BOM Link to comment Share on other sites More sharing options...
mirceabondar Posted April 3, 2013 Author Share Posted April 3, 2013 Thx, this resolve my problem but i have another...how to add a specific metatitle for new tpl page? Link to comment Share on other sites More sharing options...
vekia Posted April 3, 2013 Share Posted April 3, 2013 create new position in preferences -> SEO & URLS, this should help Link to comment Share on other sites More sharing options...
mirceabondar Posted April 4, 2013 Author Share Posted April 4, 2013 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 More sharing options...
Recommended Posts