1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Better default context

This commit is contained in:
e107steved
2007-01-24 20:58:50 +00:00
parent 93db182e05
commit 2255a236a9

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/linkwords.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/linkwords.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2007-01-20 16:25:55 $ | $Date: 2007-01-24 20:58:50 $
| $Author: mrpete $ | $Author: e107steved $
| |
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -27,9 +27,9 @@ class e_linkwords
var $link_list = array(); // Corresponding list of links to apply var $link_list = array(); // Corresponding list of links to apply
var $tip_list = array(); var $tip_list = array();
var $area_opts = array( var $area_opts = array(
'olddefault' => TRUE, 'olddefault' => FALSE,
'title' => FALSE, 'title' => FALSE,
'summary' => FALSE, 'summary' => TRUE,
'body' => TRUE, 'body' => TRUE,
'description' => TRUE, 'description' => TRUE,
'linktext' => FALSE, 'linktext' => FALSE,