1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Merge pull request #1891 from yesszus/patch-1

Issue #6 Update e107_admin/links.php
This commit is contained in:
Cameron
2016-09-28 09:54:23 -07:00
committed by GitHub

View File

@@ -55,12 +55,12 @@ class links_admin extends e_admin_dispatcher
'main/edit' => 'main/list' 'main/edit' => 'main/list'
); );
protected $menuTitle = 'Links'; protected $menuTitle = ADLAN_138;
} }
class links_admin_ui extends e_admin_ui class links_admin_ui extends e_admin_ui
{ {
protected $pluginTitle = "Site links"; protected $pluginTitle = ADLAN_138;
protected $pluginName = 'core'; protected $pluginName = 'core';
protected $table = "links"; protected $table = "links";
protected $listQry = ''; protected $listQry = '';
@@ -929,4 +929,4 @@ exit;
?> ?>