@@ -10,7 +10,7 @@ |
||
| 10 | 10 | |
| 11 | 11 | class NavMenu extends BaseMenu |
| 12 | 12 | { |
| 13 | - public $ui = 'inverted nav menu'; |
|
| 13 | + public $ui = 'inverted nav menu'; |
|
| 14 | 14 | |
| 15 | 15 | public function init() |
| 16 | 16 | { |
@@ -20,10 +20,10 @@ |
||
| 20 | 20 | | This value is the name of Epesi powered by as displayed. |
| 21 | 21 | | |
| 22 | 22 | */ |
| 23 | - 'credit' => [ |
|
| 24 | - 'title' => 'EPESI', |
|
| 25 | - 'link' => 'https://epe.si' |
|
| 26 | - ], |
|
| 23 | + 'credit' => [ |
|
| 24 | + 'title' => 'EPESI', |
|
| 25 | + 'link' => 'https://epe.si' |
|
| 26 | + ], |
|
| 27 | 27 | |
| 28 | 28 | /* |
| 29 | 29 | |-------------------------------------------------------------------------- |