예제 #1
0
 /**
  * Loads a widget from the widgets folder
  * @param string $name Name of widget file without the .php extension
  * @param boolean $extrn Set to true if theme will be loaded from a folder that's not relative to {widgets.path}
  * @see Raxan::loadWidtget()
  * @return boolean
  */
 public function loadWidget($name, $extrn = false)
 {
     return Raxan::loadWidget($name, $extrn);
 }