Ignore:
Timestamp:
Sep 20, 2012, 2:16:45 PM (12 years ago)
Author:
mistic100
Message:

feature 2747: Add triggers on all main pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r15578 r18063  
    3030// +-----------------------------------------------------------------------+
    3131check_status(ACCESS_FREE);
     32
     33trigger_action('loc_begin_identification');
    3234
    3335//-------------------------------------------------------------- identification
     
    108110//----------------------------------------------------------- html code display
    109111include(PHPWG_ROOT_PATH.'include/page_header.php');
     112trigger_action('loc_end_identification');
    110113include(PHPWG_ROOT_PATH.'include/page_messages.php');
    111114$template->pparse('identification');
Note: See TracChangeset for help on using the changeset viewer.