Changeset 28587 for trunk/index.php


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/index.php

    r28316 r28587  
    4141}
    4242
    43 trigger_action('loc_begin_index');
     43trigger_notify('loc_begin_index');
    4444
    4545//---------------------------------------------- change of image display order
     
    362362//------------------------------------------------------------ end
    363363include(PHPWG_ROOT_PATH.'include/page_header.php');
    364 trigger_action('loc_end_index');
     364trigger_notify('loc_end_index');
    365365flush_page_messages();
    366366$template->parse_index_buttons();
Note: See TracChangeset for help on using the changeset viewer.