Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created February 5, 2013 01:57
Show Gist options
  • Save jeremyboggs/4711478 to your computer and use it in GitHub Desktop.
Save jeremyboggs/4711478 to your computer and use it in GitHub Desktop.
<?php if ($collection = get_collection_by_id(@$_GET['collection'])) {
echo $collection->name;
echo $collection->description;
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment