Archives for Home
-
Static variables and unset()
In Drupal many things are cached with static variables and this is often main source of headache. I just submitted small patch for bug where...
May 13, 2008 | drupal, php, static variables | read on »
-
Drupal - replace colors in buttons with color.module
/** * Form alter hook */ function mycolormodule_form_alter($form_id, &$form) { if ($form_id == 'system_theme_settings') { $form['#submit']['mycolormodule_system_theme_settings'] = array(); } } /** * Copy PNG images...
May 08, 2008 | color.module, drupal, php | read on »
I am Bojan Mihelac and this blog is dedicated to share code, thoughts, tools and advices I came up with while working in