Changeset 18063 for trunk/notification.php
- Timestamp:
- Sep 20, 2012, 2:16:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/notification.php
r15578 r18063 57 57 check_status(ACCESS_GUEST); 58 58 59 trigger_action('loc_begin_notification'); 60 59 61 // +-----------------------------------------------------------------------+ 60 62 // | new feed creation | … … 113 115 // +-----------------------------------------------------------------------+ 114 116 include(PHPWG_ROOT_PATH.'include/page_header.php'); 117 trigger_action('loc_end_notification'); 115 118 include(PHPWG_ROOT_PATH.'include/page_messages.php'); 116 119 $template->pparse('notification');
Note: See TracChangeset
for help on using the changeset viewer.