Helper: admin/util/fontawesome

« All helpers

Loads the Font Awesome icon set so you can use it in your view templates.

In PHP, load it like this:

$this->run ('admin/util/fontawesome');

Or in your view template, load it like this:

{! admin/util/fontawesome !}

Now you can use any Font Awesome icon:

<i class="fa fa-cogs"></i>