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

    r17351 r18063  
    6565             'clause' => '1=1') // stupid but generic
    6666  );
     67 
     68trigger_action('loc_begin_comments');
    6769
    6870if (!empty($_GET['since']) && is_numeric($_GET['since']))
     
    557559// +-----------------------------------------------------------------------+
    558560include(PHPWG_ROOT_PATH.'include/page_header.php');
     561trigger_action('loc_end_comments');
    559562include(PHPWG_ROOT_PATH.'include/page_messages.php');
    560563$template->pparse('comments');
Note: See TracChangeset for help on using the changeset viewer.