We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902489a commit 131e2a8Copy full SHA for 131e2a8
mustache.php
@@ -30,7 +30,7 @@
30
*
31
*/
32
33
-require_once ROOT . '/app/vendors/mustache/Mustache.php';
+App::import( 'Vendor', 'Mustache', array( 'file' => 'mustache' . DS . 'Mustache.php') );
34
35
class MustacheHelper extends AppHelper {
36
var $ext = 'mustache'; //Extention for the templates. 'mustache' unless noted otherwise
0 commit comments