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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user