diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index 31e1dd8..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/Knowledgebase/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/Docs/Dev/img/er.png b/Docs/Dev/img/er.png deleted file mode 100644 index 67b43dc..0000000 Binary files a/Docs/Dev/img/er.png and /dev/null differ diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index a9f0868..3d554f1 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -15,8 +15,8 @@ declare(strict_types=1); return ['Knowledgebase' => [ 'Active' => 'Aktiv', 'App' => 'App', - 'Apps' => 'Apps', - 'Title' => 'Titel', + 'Apps' => 'Apps', + 'Title' => 'Titel', 'Categories' => 'Kategorien', 'Category' => 'Kategorie', 'Draft' => 'Entwurf', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1a022d0..13a1439 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -15,8 +15,8 @@ declare(strict_types=1); return ['Knowledgebase' => [ 'Active' => 'Active', 'App' => 'App', - 'Apps' => 'Apps', - 'Title' => 'Title', + 'Apps' => 'Apps', + 'Title' => 'Title', 'Categories' => 'Categories', 'Category' => 'Category', 'Draft' => 'Draft', diff --git a/Theme/Backend/wiki-app-view.tpl.php b/Theme/Backend/wiki-app-view.tpl.php index 2d09a56..c0f6582 100644 --- a/Theme/Backend/wiki-app-view.tpl.php +++ b/Theme/Backend/wiki-app-view.tpl.php @@ -15,7 +15,7 @@ declare(strict_types=1); use Modules\Knowledgebase\Models\NullWikiApp; use phpOMS\Uri\UriFactory; -$app = $this->data['app'] ?? new NullWikiApp(); +$app = $this->data['app'] ?? new NullWikiApp(); $isNew = $app->id === 0; /** @var \phpOMS\Views\View $this */ diff --git a/info.json b/info.json index ce91204..610e90a 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "Knowledgebase module.", "directory": "Knowledgebase",