Skip to content

Instantly share code, notes, and snippets.

@jhealey5
Created December 12, 2018 13:10
Show Gist options
  • Select an option

  • Save jhealey5/f8469b6d91c30ee8db4608086c31411a to your computer and use it in GitHub Desktop.

Select an option

Save jhealey5/f8469b6d91c30ee8db4608086c31411a to your computer and use it in GitHub Desktop.
public function svg()
{
$name = $this->getParam('name');
$path = '/site/themes/big/dist/images/' . $name . '.svg';
if (FILE::exists($path)) {
return File::get($path);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment