@@ -159,11 +159,11 @@ |
||
| 159 | 159 | |
| 160 | 160 | $classes = [ |
| 161 | 161 | $prefix, |
| 162 | - 'theme-' . Str::low($this->_View->theme), |
|
| 163 | - 'plugin-' . Str::low($this->_View->plugin), |
|
| 164 | - 'view-' . Str::low($this->_View->name), |
|
| 165 | - 'tmpl-' . Str::low($this->_View->template), |
|
| 166 | - 'layout-' . Str::low($this->_View->layout) |
|
| 162 | + 'theme-' . Str::low($this->_View->theme), |
|
| 163 | + 'plugin-' . Str::low($this->_View->plugin), |
|
| 164 | + 'view-' . Str::low($this->_View->name), |
|
| 165 | + 'tmpl-' . Str::low($this->_View->template), |
|
| 166 | + 'layout-' . Str::low($this->_View->layout) |
|
| 167 | 167 | ]; |
| 168 | 168 | |
| 169 | 169 | $pass = (array) $this->request->getParam('pass'); |