Ignore:
Timestamp:
Apr 21, 2010, 2:51:48 PM (14 years ago)
Author:
nikrou
Message:

Feature 1620 : add triggers on admin side for categories and batch mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r5196 r5933  
    3434check_status(ACCESS_ADMINISTRATOR);
    3535
     36trigger_action('loc_begin_cat_list');
     37
    3638if (!empty($_POST) or isset($_GET['delete']))
    3739{
     
    285287  $template->append('categories', $tpl_cat);
    286288}
     289
     290trigger_action('loc_end_cat_list');
     291
    287292// +-----------------------------------------------------------------------+
    288293// |                          sending html code                            |
Note: See TracChangeset for help on using the changeset viewer.