Ignore:
Timestamp:
Dec 14, 2010, 4:32:35 PM (13 years ago)
Author:
patdenice
Message:

FCK Editor is now compatible with Personal About plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/fckeditor.php

    r6261 r8133  
    6262      $template->set_prefilter('module_options', 'add_remove_button_stuffs');
    6363    }
     64    // Personal About
     65    elseif ($section == 'PersoAbout/admin/admin.php')
     66    {
     67      $areas[] = 'perso_about';
     68      $width = '100%';
     69      $height = '300px';
     70      $template->set_prefilter('plugin_admin_content', 'add_remove_button');
     71    }
    6472  }
    6573
Note: See TracChangeset for help on using the changeset viewer.