diff --git a/Admin/Installer.php b/Admin/Installer.php index 81980c5..4e71ad6 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -29,5 +29,4 @@ use phpOMS\Module\InfoManager; */ class Installer extends InstallerAbstract { - } diff --git a/Admin/Routes/console.php b/Admin/Routes/console.php index 1ecbfac..0b67a5f 100644 --- a/Admin/Routes/console.php +++ b/Admin/Routes/console.php @@ -1,3 +1,3 @@ [ - 'List' => 'List', - 'Exchange' => 'Exchange', + 'Dashboard' => 'Dashboard', + 'Exchange' => 'Exchange', + 'Export' => 'Export', + 'Import' => 'Import', + 'Setup' => 'Setup', ]]; diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php deleted file mode 100644 index 12ac5fd..0000000 --- a/Theme/Backend/Lang/api.en.lang.php +++ /dev/null @@ -1,15 +0,0 @@ - 'Installation of the module {$1} was successful.', -];