getUser() ) { $username = $context->getUser(); return array( "User:$username/common.js" => array( 'type' => 'script' ), "User:$username/" . $context->getSkin() . '.js' => array( 'type' => 'script' ), "User:$username/common.css" => array( 'type' => 'style' ), "User:$username/" . $context->getSkin() . '.css' => array( 'type' => 'style' ), ); } return array(); } /* Methods */ public function getGroup() { return 'user'; } }