1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

Renamed "Site Links" admin area to "Navigation". Navigation shortcode names changed (see debug: 'deprecated' mode to check usage)

This commit is contained in:
Cameron
2020-12-27 14:28:19 -08:00
parent 71c5be17ea
commit e66d3f32de
9 changed files with 195 additions and 99 deletions

View File

@@ -46,14 +46,14 @@ class links_admin extends e_admin_dispatcher
'main/edit' => 'main/list'
);
protected $menuTitle = ADLAN_138;
protected $menuTitle = LAN_NAVIGATION;
protected $adminMenuIcon = 'e-links-24';
}
class links_admin_ui extends e_admin_ui
{
protected $pluginTitle = ADLAN_138;
protected $pluginTitle = LAN_NAVIGATION;
protected $pluginName = 'core';
protected $table = "links";
protected $listQry = '';