/**
	 * Renders a file and returns its contents
	 *
	 * @param  string $file View to render
	 * @param  array  $args Set of arguments
	 *
	 * @return string       Rendered view
	 */
	public static function render( $view, $args = array(), $path = false ) {
		parent::render( $view, $args, $path );
	}
 /**
  * Renders a file and returns its contents bacl
  * @param  string $file View to render
  * @param  [type] $args [description]
  * @return [type]       [description]
  */
 public static function render($view, $args = array())
 {
     parent::render($view, $args);
 }