Beispiel #1
0
 /**
  * build the navigation menu for this surfer
  *
  * Actually delegates the job to [code]Surfer::build_user_menu()[/code].
  * You can overload this function in your own skin to change this behaviour.
  *
  * @param string the type of each link
  * @return string to be displayed as user menu
  *
  * @see shared/surfer.php
  */
 public static function &build_user_menu($type = 'submenu')
 {
     global $context;
     $output =& Surfer::build_user_menu($type);
     return $output;
 }