1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Update links.php

Add lang codes
This commit is contained in:
Gábor
2016-09-27 11:31:47 +02:00
committed by GitHub
parent b824579354
commit da0eaace13

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;
?> ?>