Skip to content

Commit 1bdd9f5

Browse files
committed
going back to elements dir for mustache templates
1 parent c2a3b89 commit 1bdd9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MustacheHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function getSingleTemplate( $element ) {
100100
*/
101101
private function _getElementPath( $element ) {
102102
$element = str_replace('__', '/', $element);
103-
return ROOT . DS . 'app' . DS . 'View' . DS . 'Mustache' . DS . $element . '.' . $this->ext;
103+
return ROOT . DS . 'app' . DS . 'View' . DS . 'Elements' . DS . $element . '.' . $this->ext;
104104
}
105105

106106

0 commit comments

Comments
 (0)