kostache/init.php

5 lines
145 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
include Kohana::find_file('vendor', 'mustache/Mustache');