Jump to content

Sitemap Pages


Recommended Posts

How can i list all the pages from Sitemap to my footer ? 

in other words i would rather have pages like: 
About Us, Privacy policy, Terms & cond., etc.. Listed in the footer itself. 

 

Thanks

 

 

Link to comment
Share on other sites

Thanks Dioniz, 

but i have no idea what you are telling me ..

do i need to configure my "CMS module" ? can you please be little more specific ..

 

i look for "block footer" module and this comes up: "My account block for your website's footer v1.4 - by PrestaShop  "

i don't have configure option, only to disable it..

 

if you'd be kind enough and tell me step by step i really appreciate it

 

thanks again 

Link to comment
Share on other sites

open file yourtheme/modules/blockcms/blockcms.tpl with some editor

 

In this file find section that starts with <!-- MODULE Block footer -->

 

Add links to this section like this:

<li>
    <a href="{$link->getPageLink('yoursitename')|escape:'html':'UTF-8'}" title="{l s='Yoursitename' mod='blockcms'}">
        {l s='Yoursitename' mod='blockcms'}
    </a>
</li>

Make yoursitename the name of site as you see it in browser

Edited by dioniz (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...