diff --git a/doc/de/Plugins.md b/doc/de/Addons.md similarity index 100% rename from doc/de/Plugins.md rename to doc/de/Addons.md diff --git a/mod/admin.php b/mod/admin.php index 0b53dc93d8..4544917010 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1855,7 +1855,7 @@ function admin_page_addons(App $a) } } - $t = get_markup_template('admin/plugins.tpl'); + $t = get_markup_template('admin/addons.tpl'); return replace_macros($t, [ '$title' => t('Administration'), '$page' => t('Addons'), @@ -2108,7 +2108,7 @@ function admin_page_themes(App $a) $addons[] = [$th['name'], (($th['allowed']) ? "on" : "off"), Theme::getInfo($th['name'])]; } - $t = get_markup_template('admin/plugins.tpl'); + $t = get_markup_template('admin/addons.tpl'); return replace_macros($t, [ '$title' => t('Administration'), '$page' => t('Themes'), diff --git a/view/templates/admin/plugins.tpl b/view/templates/admin/addons.tpl similarity index 100% rename from view/templates/admin/plugins.tpl rename to view/templates/admin/addons.tpl