13 Sep
2006
13 Sep
'06
7:05 p.m.
Default menu link theme function:
function theme_menu_item_link($item, $link_item) { return l($item['title'], $link_item['path'], array_key_exists('description', $item) ? array('title' => $item['description']) : array()); }
Our menu link theme function:
function azigazi_menu_item_link($item, $link_item) { return l(wllib_ucfirst($item['title']), $link_item['path'], array_key_exists('description', $item) ? array('title' => $items['description']) : array()); }
Look, it is so easy.
gabor - how dare you propose a simple and excellent resolution to our long, boring conversation that will certainly end up with zero implementation. this list will go silent if you keep that up.