1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/linkwords.php,v $
| $Revision: 1.4 $
| $Date: 2007-01-20 16:25:55 $
| $Author: mrpete $
| $Revision: 1.5 $
| $Date: 2007-01-24 20:58:50 $
| $Author: e107steved $
|
+----------------------------------------------------------------------------+
*/
@ -27,9 +27,9 @@ class e_linkwords
var $link_list = array(); // Corresponding list of links to apply
var $tip_list = array();
var $area_opts = array(
'olddefault' => TRUE,
'olddefault' => FALSE,
'title' => FALSE,
'summary' => FALSE,
'summary' => TRUE,
'body' => TRUE,
'description' => TRUE,
'linktext' => FALSE,