Ignore:
Timestamp:
Oct 2, 2007, 7:38:54 AM (17 years ago)
Author:
rvelices
Message:
  • render_category_description and render_category_literal_description events refactoring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r2095 r2117  
    216216  }
    217217
    218   // add default event handler for rendering category literal description
    219   add_event_handler('render_category_literal_description',
    220     create_function('$d',
    221       'return strip_tags($d, \'<a><br><p><b><i><small><strong><font>\');'));
    222 
    223218  trigger_action('loc_begin_index_category_thumbnails', $categories);
    224219  if ($conf['subcatify'])
Note: See TracChangeset for help on using the changeset viewer.