예제 #1
0
 public static function Template()
 {
     global $controller;
     $currentuser = ctrl_users::GetUserDetail();
     $domain = ctrl_users::GetUserDomains($currentuser['userid'], 3);
     if ($domain != 0) {
         return (string) $domain;
     }
     return (string) 0;
 }
예제 #2
0
 public static function Template()
 {
     $currentuser = ctrl_users::GetUserDetail();
     return ctrl_users::GetUserDomains($currentuser['userid'], 2);
 }