function css3pie_menu_alter in css3pie 7.2
Same name and namespace in other branches
- 6 css3pie.module \css3pie_menu_alter()
Implements of hook_menu_alter().
File
- ./
css3pie.module, line 56 - 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/appearance/css3pie']['type'] = MENU_LOCAL_TASK;
}