Danny Englander Homepage Home

Danny Englander: software engineer with a passion for learning something new every day

Blog Posts

Drupal Theming: Adding Font Awesome Icons to Menu Items

I'm currently working on a Drupal build where I'd like users to be able to easily add icons to menu items through the UI. Enter FontAwesome, the scalable vector icon font that leverages the power of CSS. That in combo with the infamous Menu Attributes module allows users to add custom classes to Drupal menu items via the Menu edit interface on a per menu item basis. This is ideal for what we need to accomplish.

Features + Drush = Drupal Goodness

It's hard to believe I've been using both Features and Drush for a few years but didn't know you can create, update and manage your features all with Drush.