Skip to content

Instantly share code, notes, and snippets.

@locvfx
Created May 4, 2018 03:22
Show Gist options
  • Save locvfx/f0d3c786d2cef12ef369abd7bfb67d7f to your computer and use it in GitHub Desktop.
Save locvfx/f0d3c786d2cef12ef369abd7bfb67d7f to your computer and use it in GitHub Desktop.
Bonfire - Assets & Templates
//Load CSS files
Assets::add_css(
array( 'bootstrap/bootstrap-3.3.7.min.css','font-awesome.css',
'styles.css','mystyles.css',
$data['scheme']
)
);
//Put in header section
echo Assets::css();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment