Jump to content

Link to access a module page


Recommended Posts

I have a module example modules/myModule/blog.php

 

In prestashop 1.4 this link works fine

 

<a href="{$link->getPageLink('modules/myModule/blog.php')}">Blog</a>

 

but not anymore in 1.5. I even tried removing .php still didn't work.

<a href="{$link->getPageLink('modules/myModule/blog')}">Blog</a>

 

How can I access the module page in this case the blog.php?

 

Thanks!

Link to comment
Share on other sites

×
×
  • Create New...