Changeset 18063 for trunk/search.php
- Timestamp:
- Sep 20, 2012, 2:16:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/search.php
r15578 r18063 30 30 // +-----------------------------------------------------------------------+ 31 31 check_status(ACCESS_GUEST); 32 33 triggr_action('loc_begin_search'); 32 34 33 35 //------------------------------------------------------------------ form check … … 232 234 //------------------------------------------------------------ html code display 233 235 include(PHPWG_ROOT_PATH.'include/page_header.php'); 236 trigger_action('loc_end_search'); 234 237 include(PHPWG_ROOT_PATH.'include/page_messages.php'); 235 238 $template->pparse('search');
Note: See TracChangeset
for help on using the changeset viewer.