Skip to content

Instantly share code, notes, and snippets.

@eklect
Last active August 29, 2015 14:16
Show Gist options
  • Save eklect/910aee759fe5b62cc2e1 to your computer and use it in GitHub Desktop.
Save eklect/910aee759fe5b62cc2e1 to your computer and use it in GitHub Desktop.
Concrete 5.6 → Get the http:// URL for concrete 5 page
<?php
//Get Send Update URL
$wanted_page = Page::getByPath('/path/goes/here');
$url_helper = Loader::helper('navigation');
print_r($url_helper->getCollectionURL($wanted_page));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment