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

remove incompatible hook= code; replace w/ new support for "SuperModifiers" as designed

by team
This commit is contained in:
mrpete
2007-01-20 16:25:55 +00:00
parent 13549ec96b
commit 54632f7965
3 changed files with 11 additions and 8 deletions

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.3 $
| $Date: 2007-01-17 21:29:28 $
| $Author: e107steved $
| $Revision: 1.4 $
| $Date: 2007-01-20 16:25:55 $
| $Author: mrpete $
|
+----------------------------------------------------------------------------+
*/
@@ -27,10 +27,13 @@ class e_linkwords
var $link_list = array(); // Corresponding list of links to apply
var $tip_list = array();
var $area_opts = array(
'olddefault' => TRUE,
'title' => FALSE,
'summary' => FALSE,
'content' => TRUE,
'description' => TRUE
'body' => TRUE,
'description' => TRUE,
'linktext' => FALSE,
'rawtext' => FALSE
); // We can set this from prefs later
var $block_list = array(
// 'page.php?3',