17 require_once SQ_CORE_PACKAGE_PATH.
'/files/file/file.inc';
36 public $allowed_extensions = Array(
'xsl');
47 parent::__construct($assetid);
60 require_once SQ_FUDGE_PATH.
'/general/file_system.inc';
61 $parse_file = $this->data_path.
'/'.$this->name;
62 $content = file_to_string($parse_file);
64 return trim($content);