From 76f74ae9fde7d582aadd2c1e25f4978084150c3f Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 23 Jul 2007 21:02:35 +0000 Subject: [PATCH] Add the user_* text areas --- e107_plugins/linkwords/admin_config.php | 8 +++++--- e107_plugins/linkwords/languages/English.php | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/e107_plugins/linkwords/admin_config.php b/e107_plugins/linkwords/admin_config.php index 5cf7c0b6a..7b841c865 100644 --- a/e107_plugins/linkwords/admin_config.php +++ b/e107_plugins/linkwords/admin_config.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/admin_config.php,v $ -| $Revision: 1.4 $ -| $Date: 2007-03-06 20:17:10 $ +| $Revision: 1.5 $ +| $Date: 2007-07-23 21:02:35 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -29,7 +29,9 @@ $lw_context_areas = array( 'title' => LWLAN_33, 'summary' => LWLAN_34, 'body' => LWLAN_35, - 'description' => LWLAN_36 + 'description' => LWLAN_36, + 'user_title' => LWLAN_40, + 'user_body' => LWLAN_41 // Don't do the next three - linkwords are meaningless on them // 'olddefault' => LWLAN_37, // 'linktext' => LWLAN_38, diff --git a/e107_plugins/linkwords/languages/English.php b/e107_plugins/linkwords/languages/English.php index 29ec7e8b9..c539dc3ae 100644 --- a/e107_plugins/linkwords/languages/English.php +++ b/e107_plugins/linkwords/languages/English.php @@ -1,4 +1,21 @@