Jump to content
  • 0

Flux cp Naviagion link help


Poseidon

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

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

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

<?php echo $this->url('pages', 'content', array('path' => 'rules')) ?>
equates to <a href="?module=pages&action=content&path=rules">

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   6
  • Joined:  12/09/11
  • Last Seen:  

Thank you Akkarin

Link to comment
Share on other sites

×
×
  • Create New...