@@ -77,7 +77,7 @@ |
||
77 | 77 | $ext = pathinfo($template, PATHINFO_EXTENSION); |
78 | 78 | |
79 | 79 | if ( |
80 | - 'php' !== $ext && |
|
80 | + 'php' !== $ext && |
|
81 | 81 | 'phtml' !== $ext |
82 | 82 | ) { |
83 | 83 | return false; |