Changeset 18063 for trunk/tags.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/tags.php

    r17748 r18063  
    5050check_status(ACCESS_GUEST);
    5151
     52trigger_action('loc_begin_tags');
     53
    5254// +-----------------------------------------------------------------------+
    5355// |                       page header and options                         |
     
    203205
    204206include(PHPWG_ROOT_PATH.'include/page_header.php');
     207trigger_action('loc_end_tags');
    205208include(PHPWG_ROOT_PATH.'include/page_messages.php');
    206209$template->pparse('tags');
Note: See TracChangeset for help on using the changeset viewer.