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