Rename template and doc

Rename admin/plugins.tpl to admin/addons.tpl and update references. Rename doc/de/Plugins.md to Addons.md
This commit is contained in:
Adam Magness 2018-01-20 09:45:22 -05:00
parent 5d03735238
commit fb372877f6
3 changed files with 2 additions and 2 deletions

View File

@ -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, [ return replace_macros($t, [
'$title' => t('Administration'), '$title' => t('Administration'),
'$page' => t('Addons'), '$page' => t('Addons'),
@ -2108,7 +2108,7 @@ function admin_page_themes(App $a)
$addons[] = [$th['name'], (($th['allowed']) ? "on" : "off"), Theme::getInfo($th['name'])]; $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, [ return replace_macros($t, [
'$title' => t('Administration'), '$title' => t('Administration'),
'$page' => t('Themes'), '$page' => t('Themes'),