You are here

function icon_icon_providers in Icon API 8

Same name and namespace in other branches
  1. 7 includes/bundles.inc \icon_icon_providers()

Implements hook_icon_providers().

File

includes/bundles.inc, line 11
bundles.inc Provides default bundles.

Code

function icon_icon_providers() {
  $providers['lullabot'] = array(
    'title' => t('Lullabot'),
    'url' => 'http://www.lullabot.com/articles/free-gpl-icons-lullacons-pack-1',
  );
  return $providers;
}