@@ -15,7 +15,7 @@ |
||
15 | 15 | $this->setIndex(file_get_contents(TEMPLATE_PATH . "/{$this->getThemeIndex()}/$index.{$this->getExt()}")); |
16 | 16 | $this->page(); |
17 | 17 | $this->route(); |
18 | - $this->text($this->getThemeIndex(). '_'. str_replace("/","_", $pathFile)); |
|
19 | - $this->text($this->getThemePage(). '_'. str_replace("/","_", $pathFile)); |
|
18 | + $this->text($this->getThemeIndex() . '_' . str_replace("/", "_", $pathFile)); |
|
19 | + $this->text($this->getThemePage() . '_' . str_replace("/", "_", $pathFile)); |
|
20 | 20 | } |
21 | 21 | } |
22 | 22 | \ No newline at end of file |