The INSTALL.txt document has <code> tags in it (see below), which don't belong in the plugin_reg.php file.

  Add the following lines anywhere above the 'return' statement:

<code>

  $plugins['drupalimage'] = array();
  $plugins['drupalimage']['theme_advanced_buttons1'] = array('drupalimage');
  $plugins['drupalimage']['extended_valid_elements'] = array('img[class|src|border=0|alt|title|width|height|align|name]');

Comments

sun’s picture

Status: Active » Fixed

I've added a note to not include these tags.

Christefano-oldaccount’s picture

Thank you.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.