Jump to content
  • 0

Flux cp Naviagion link help


Question

Posted

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

2 answers to this question

Recommended Posts

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

 

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...