1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Linkwords - deprecated e_help.php and LAN clean-up

This commit is contained in:
Tijn Kuyper
2019-10-27 16:37:03 +01:00
parent ab7cd3bb58
commit 550a25f9cf
3 changed files with 77 additions and 46 deletions

View File

@@ -6,25 +6,14 @@
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_help.php,v $
* $Revision$
* $Date$
* $Author$
*/
/**
* e107 Linkword plugin
*
* @package e107_plugins
* @subpackage linkwords
* @version $Id$;
*
*/
// DEPRECATED FILE - moved renderHelp() in admin_config.php
if (!defined('e107_INIT')) { exit; }
return;
/*
e107::lan('linkwords',e_LANGUAGE."_admin_linkwords.php");
@@ -42,4 +31,4 @@ default :
}
$ns -> tablerender(LAN_LW_HELP_00, $text);
unset($text);
?>
?>*/