You are here

function css3pie_menu_alter in css3pie 6

Same name and namespace in other branches
  1. 7.2 css3pie.module \css3pie_menu_alter()

Implements of hook_menu_alter().

File

./css3pie.module, line 48
css3pie.module a very simple Drupal module to implement the css3pie.com javascript to your drupal and make the css selectors configurable over ui. This module creates a real css file on drupal files folder and add them via drupal_add_css.

Code

function css3pie_menu_alter(&$items) {
  $items['admin/build/themes/css3pie']['type'] = MENU_LOCAL_TASK;
}