Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_tail.php

    r26461 r28587  
    2323$template->set_filenames(array('tail'=>'footer.tpl'));
    2424
    25 trigger_action('loc_begin_page_tail');
     25trigger_notify('loc_begin_page_tail');
    2626
    2727$template->assign(
     
    7777}
    7878
    79 trigger_action('loc_end_page_tail');
     79trigger_notify('loc_end_page_tail');
    8080//
    8181// Generate the page
Note: See TracChangeset for help on using the changeset viewer.