@@ -78,11 +78,11 @@ |
||
| 78 | 78 | |
| 79 | 79 | $classes = [ |
| 80 | 80 | $prefix, |
| 81 | - 'theme-' . Str::low($this->_View->theme), |
|
| 82 | - 'plugin-' . Str::low($this->_View->plugin), |
|
| 83 | - 'view-' . Str::low($this->_View->name), |
|
| 84 | - 'tmpl-' . Str::low($this->_View->template), |
|
| 85 | - 'layout-' . Str::low($this->_View->layout), |
|
| 81 | + 'theme-' . Str::low($this->_View->theme), |
|
| 82 | + 'plugin-' . Str::low($this->_View->plugin), |
|
| 83 | + 'view-' . Str::low($this->_View->name), |
|
| 84 | + 'tmpl-' . Str::low($this->_View->template), |
|
| 85 | + 'layout-' . Str::low($this->_View->layout), |
|
| 86 | 86 | ]; |
| 87 | 87 | |
| 88 | 88 | $pass = (array) $this->request->param('pass'); |