예제 #1
0
 function GetViewSettingsObj($view)
 {
     // return a view setting object that can be used in place of the getPageParameters object
     // needs info about what view we are in, and access to the view settings
     FST_Settings::_Get_View_Settings();
     return new FST_View_Settings($view, FST_Settings::$fst_view_settings);
 }