Last active
June 20, 2016 18:43
-
-
Save mmccall10/e57c3b299efcdb0fa984 to your computer and use it in GitHub Desktop.
concrete5 page url from cid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$n = Loader::helper('navigation'); | |
$link = Page::getByID($this->cId); | |
$url = $n->getLinkToCollection($link); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment