Skip to content

Instantly share code, notes, and snippets.

@mordonez
mordonez / gist:1934390
Created February 28, 2012 18:59
htpasswd
htpasswd -cb .htpasswd username password
@mordonez
mordonez / ymbra_menu_images.module
Created February 28, 2012 10:08
Drupal 7: Adding images for menu items using attributes
<?php
/**
* @file
*
*/
/**
* Implements hook_form_BASE_FORM_ID_alter().
*
* Adds menu item fields to the node form.