Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created January 5, 2015 12:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastianallgeier/aff299b1206365b4850a to your computer and use it in GitHub Desktop.
Save bastianallgeier/aff299b1206365b4850a to your computer and use it in GitHub Desktop.
<?php if($folder = page('clients/' . $site->user(get('username')))): ?>
The folder exists
<?php else: ?>
The folder does not exist
<?php endif ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment