mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Merge pull request #1891 from yesszus/patch-1
Issue #6 Update e107_admin/links.php
This commit is contained in:
commit
edc94af84c
@ -55,12 +55,12 @@ class links_admin extends e_admin_dispatcher
|
||||
'main/edit' => 'main/list'
|
||||
);
|
||||
|
||||
protected $menuTitle = 'Links';
|
||||
protected $menuTitle = ADLAN_138;
|
||||
}
|
||||
|
||||
class links_admin_ui extends e_admin_ui
|
||||
{
|
||||
protected $pluginTitle = "Site links";
|
||||
protected $pluginTitle = ADLAN_138;
|
||||
protected $pluginName = 'core';
|
||||
protected $table = "links";
|
||||
protected $listQry = '';
|
||||
@ -929,4 +929,4 @@ exit;
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user