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_modify.php

    r5920 r5933  
    3434check_status(ACCESS_ADMINISTRATOR);
    3535
     36trigger_action('loc_begin_cat_modify');
     37
    3638//---------------------------------------------------------------- verification
    3739if ( !isset( $_GET['cat_id'] ) || !is_numeric( $_GET['cat_id'] ) )
     
    556558}
    557559
     560trigger_action('loc_end_cat_modify');
     561
    558562//----------------------------------------------------------- sending html code
    559563$template->assign_var_from_handle('ADMIN_CONTENT', 'categories');
Note: See TracChangeset for help on using the changeset viewer.