Poseidon Posted March 1, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 1, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: April 15 Share Posted March 1, 2017 <?php echo $this->url('pages', 'content', array('path' => 'rules')) ?> equates to <a href="?module=pages&action=content&path=rules"> 1 Link to comment Share on other sites More sharing options...
0 Poseidon Posted March 1, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Author Share Posted March 1, 2017 Thank you Akkarin Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
2 answers to this question
Recommended Posts