Beispiel #1
0
 public static function call($page, $type)
 {
     global $_PLUGIN;
     // call xml render plugins
     // get plugin methods
     $methods = $_PLUGIN->XPath("//{$type}");
     $page = OLIVPlugin::parse_methods($page, $methods, $type);
     //------------------------------------------------------------------------------
     return $page;
 }