Jump to content

如何将产品列表页改成两栏的?


babylonjudge

Recommended Posts

首页现在是三栏的
我想将产品列表页改成两栏的
不知道要怎么改?

(这个两栏不是说就是将右边栏目移动到左边,因为这样右边还是会空出一片。我想让其填充 就是两栏 而且填充整个画面。)
我搜索了下 发现版主曾经给一个人解答 如何改首页成两栏的 改的是footer.tpl 这个我就不太明白啦 为什么是footer.tpl文件

Link to comment
Share on other sites

哦,是要在product.php和index.php,不显示right column。先备份footer.tpl,再修改为:

       {if !$content_only}


               {if $page_name != 'index.php' OR $page_name != 'product.php'}
<!-- Right -->

                   {$HOOK_RIGHT_COLUMN}


               {/if}


<!-- Footer -->
{$HOOK_FOOTER}

   {/if}
   </body>
</html>



因为footer.tpl是显示right column和footer的模板文件,所以要修改footer.tpl;如果是left column或center column,则header.tpl。

Link to comment
Share on other sites

  • 1 month later...

这个问题再补充一点
我按照你说的修改了之后
发现不行
不知道是不是那个判断语句没起效用。
(用的不是默认模板 但同样在Footer.tpl中有调用RIGHT COLUMN)

    {if !$content_only}


               {$HOOK_RIGHT_COLUMN}



{$HOOK_FOOTER}

powered by ******.com

   {/if}
   </body>
</html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...