function me_preprocess_menu_item_link in me aliases 6
Same name and namespace in other branches
- 6.2 me.module \me_preprocess_menu_item_link()
Implementaiton of moduleName_preprocess_hook() for theme_menu_item_link.
File
- ./
me.module, line 44 - Provides 'me' aliases to allow users to enter 'me' in common paths instead of their user id.
Code
function me_preprocess_menu_item_link(&$vars) {
_me_check_path($vars['link']);
}