17 require_once SQ_CORE_PACKAGE_PATH.
'/system/web_folders/web_folder/web_folder.inc';
40 parent::__construct($assetid);
54 $allowed_links = parent::_getAllowedLinks();
55 $allowed_links[SQ_LINK_TYPE_1][
'user'] = Array(
'card' =>
'M',
'exclusive' => FALSE);
56 $allowed_links[SQ_LINK_TYPE_2][
'user'] = Array(
'card' =>
'M',
'exclusive' => FALSE);
57 return $allowed_links;