Skip to content

Instantly share code, notes, and snippets.

@hissy
Created March 30, 2014 17:48
Show Gist options
  • Save hissy/9876728 to your computer and use it in GitHub Desktop.
Save hissy/9876728 to your computer and use it in GitHub Desktop.
#concrete5 The link to force desktop theme
<?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