You are here

function me_preprocess_menu_link in me aliases 8

Same name and namespace in other branches
  1. 7 me.module \me_preprocess_menu_link()

Implementaiton of moduleName_preprocess_hook() for theme_menu_link.

File

./me.module, line 48
Provides 'me' aliases to allow users to enter 'me' in common paths instead of their user id.

Code

function me_preprocess_menu_link(&$vars) {
  _me_check_path($vars['element']);
}