Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created January 13, 2012 12:39
Show Gist options
  • Save bastianallgeier/1605914 to your computer and use it in GitHub Desktop.
Save bastianallgeier/1605914 to your computer and use it in GitHub Desktop.
<?php
$file = $page->videos()->find($page->dateiname());
if($file) echo $file->url();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment