Skip to content

Instantly share code, notes, and snippets.

@tao-s
Forked from hissy/default.php
Created March 30, 2014 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tao-s/9876847 to your computer and use it in GitHub Desktop.
Save tao-s/9876847 to your computer and use it in GitHub Desktop.
<?php
$uh = Loader::helper('concrete/urls');
$url = $uh->getToolsURL('disable_mobile') . '?rcID=' . $c->getCollectionID();
?>
<a href="<?php echo $url; ?>"><?php echo t('View desktop site'); ?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment