RobertoFdez Posted February 1, 2013 Share Posted February 1, 2013 I'm working on a project for Prestashop and I have the following file: blocktopmenu.tpl https://github.com/PrestaShop/PrestaShop/blob/master/modules/blocktopmenu/blocktopmenu.tpl I need to know where is the end tag for "sf-contener clearfix" < / div > Any idea? Thks and sorry my english! Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted February 1, 2013 Share Posted February 1, 2013 Hi, footer.tpl has 3 end tags: 1) origin is unclear 2) ends <div id="page" class="container_9 clearfix"> 3) ends <div id="columns" class="grid_9 alpha omega clearfix"> Best regards. Link to comment Share on other sites More sharing options...
RobertoFdez Posted February 1, 2013 Author Share Posted February 1, 2013 (edited) Hi valérie, First end tag </div> is for "center_column". Unfortunately, this not work for me. -------------- I placed "exampleDiv" right here: header.tpl <div id="header_right" class="grid_6 omega"> {$HOOK_TOP} <div id="exampleDiv"></div> </div> but i look this result in Firebug: <div id="header" class="grid_9 alpha omega"> <a id="header_logo" href="#"></a> <div id="header_right" class="grid_6 omega"> <div id="topMenu_bg_up"></div> <div class="sf-contener clearfix"></div> **i wanna to play here ** </div> <div id="minic_slider" class="theme-default"></div> <div style="display:none;"> <div> <script type="text/javascript"> <div id="exampleDiv"></div> **but it work in this other place ** </div> </div> Any idea? Thnks for u reply m8 Edited February 1, 2013 by RobertoFdez (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted February 1, 2013 Share Posted February 1, 2013 I think its in the PHP Link to comment Share on other sites More sharing options...
Recommended Posts