Example #1
0
 /**
  * Set the path to our layout files
  *
  * @param string $layout_path 
  * @return void
  */
 public static function setLayoutPath($layout_path)
 {
     self::$layout_path = $layout_path;
 }