Changeset 5933 for trunk/admin.php


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

    r5745 r5933  
    2929include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    3030include_once(PHPWG_ROOT_PATH.'admin/include/functions_plugins.inc.php');
     31
     32trigger_action('loc_begin_admin');
    3133
    3234// +-----------------------------------------------------------------------+
     
    169171
    170172include(PHPWG_ROOT_PATH.'include/page_header.php');
     173
     174trigger_action('loc_end_admin');
     175
    171176$template->pparse('admin');
    172177
Note: See TracChangeset for help on using the changeset viewer.