“sf-contener clearfix”结束标记在哪里? Prestashop 1.5.3.1

时间:2013-02-01 05:21:14

标签: prestashop

我正在为Prestashop开发一个项目,我有以下文件:

blocktopmenu.tpl

https://github.com/PrestaShop/PrestaShop/blob/master/modules/blocktopmenu/blocktopmenu.tpl

我需要知道“sf-contener clearfix”的结束标记在哪里< / div>

有什么想法吗?

对不起我的英语!

------编辑后的帖子------

我试过了,但没有为我工作:((

我把“exampleDiv”放在这里:

header.tpl

<div id="header_right" class="grid_6 omega">
     {$HOOK_TOP}
     <div id="exampleDiv"></div>
</div>

但是我在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 :D**
</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>

1 个答案:

答案 0 :(得分:0)

这里: https://github.com/PrestaShop/PrestaShop/blob/master/themes/default/header.tpl#L84

#block_right在blocktopmenu.tpl中关闭,topmenu显示在。

下。

编辑:如果你想在topmenu之后添加内容,最好的方法是创建e模块,将其挂钩并在blocktopmenu之后定位它。