kostache/init.php

6 lines
193 B
PHP
Raw Normal View History

2011-02-24 22:25:49 +02:00
<?php defined('SYSPATH') or die('No direct script access.');
2010-05-17 04:55:59 +03:00
2011-02-24 22:25:49 +02:00
// Load Mustache for PHP
2012-10-24 02:17:02 +03:00
include Kohana::find_file('vendor', 'mustache/src/Mustache/Autoloader');
Mustache_Autoloader::register();