Exemple #1
0
 /**
  * deprecated, use get_user_profile_url instead
  * @deprecated use get_user_profile_url instead
  */
 public static function get_user_profile_link($system, $userid = 0, $username = '******', $links = array(), $alias = null, $path_only = false, $attribs = array())
 {
     return CJFunctions::get_user_profile_url($system, $userid, $username, $path_only, $attribs);
 }