Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
web_folder_edit_fns.inc
1 <?php
17 require_once SQ_CORE_PACKAGE_PATH.'/site/site_edit_fns.inc';
18 
29 {
30 
31 
36  function __construct()
37  {
38  parent::__construct();
39  unset($this->static_screens['preview']);
40  unset($this->static_screens['layouts']);
41 
42  }//end constructor
43 
44 
45 }//end class
46 
47 ?>