jojo89 Posted October 31, 2014 Share Posted October 31, 2014 Hi everybady i'm novice in prestashop modules, if some one here can explain to me how use link classe to create link for every front controller for exemple album module : controllers/ ------front/ ------------/album_list.php ------------/album_detail.php views/ -------templates/ -------------------front/ -------------------------album_list.tpl -------------------------album_detail.tpl so how i can have the link of album_list.tpl and when i click on an album i will display album_detail.tpl ? thank you verymuch i'm sorry for my english is not so well Link to comment Share on other sites More sharing options...
vekia Posted November 2, 2014 Share Posted November 2, 2014 everything depends on controllers name <a href="{$link->getModuleLink('album','controllername')}">{l s='Link Label' mod='album'}</a> Link to comment Share on other sites More sharing options...
Recommended Posts