Skip to content

Commit

Permalink
Update ConfigController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed May 5, 2021
1 parent dc001cd commit 8de3fa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/framework/ConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use webfiori\framework\exceptions\SMTPException;
use webfiori\framework\mail\SMTPAccount;
use webfiori\framework\mail\SocketMailer;
use webfiori\theme\WebFioriV108;

/**
* A class that can be used to modify basic configuration settings of
Expand Down Expand Up @@ -59,8 +58,8 @@ class ConfigController {
'primary-language' => 'EN',
'title-separator' => '|',
'home-page' => 'index',
'admin-theme' => WebFioriV108::class,
'base-theme' => WebFioriV108::class,
'admin-theme' => '\themes\newFiori\NewFiori',
'base-theme' => '\themes\newFiori\NewFiori',
'descriptions' => [
'EN' => '',
'AR' => ''
Expand Down

0 comments on commit 8de3fa6

Please sign in to comment.