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

    r15578 r18063  
    5757check_status(ACCESS_GUEST);
    5858
     59trigger_action('loc_begin_notification');
     60
    5961// +-----------------------------------------------------------------------+
    6062// |                          new feed creation                            |
     
    113115// +-----------------------------------------------------------------------+
    114116include(PHPWG_ROOT_PATH.'include/page_header.php');
     117trigger_action('loc_end_notification');
    115118include(PHPWG_ROOT_PATH.'include/page_messages.php');
    116119$template->pparse('notification');
Note: See TracChangeset for help on using the changeset viewer.