Changeset 18063 for trunk/password.php


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

    r17984 r18063  
    3636check_status(ACCESS_FREE);
    3737
     38trigger_action('loc_begin_password');
     39
    3840// +-----------------------------------------------------------------------+
    3941// | Functions                                                             |
     
    355357
    356358include(PHPWG_ROOT_PATH.'include/page_header.php');
     359trigger_action('loc_end_password');
    357360include(PHPWG_ROOT_PATH.'include/page_messages.php');
    358361$template->pparse('password');
Note: See TracChangeset for help on using the changeset viewer.