Poseidon Posted March 1, 2017 Posted March 1, 2017 Hi guys, Im currently working on coding my design, I have figure out how to do the normal link <?php echo $this->url('url') ?> but i need help when it comes to cms links Any help will be appreciated Kind regards
0 Akkarin Posted March 1, 2017 Posted March 1, 2017 <?php echo $this->url('pages', 'content', array('path' => 'rules')) ?> equates to <a href="?module=pages&action=content&path=rules"> 1
Question
Poseidon
Hi guys,
Im currently working on coding my design, I have figure out how to do the normal link
but i need help when it comes to cms links
Any help will be appreciated
Kind regards
2 answers to this question
Recommended Posts