Show
Ignore:
Timestamp:
02/09/07 02:41:49 (6 years ago)
Author:
rvelices
Message:

- added plugin action loc_end_picture
- enhanced the event tracer plugin to show a list of all events and actions trigered by pwg
- small reorganization in picture.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/event_tracer/tracer_admin.php

    r1705 r1793  
    2424$template->assign_var('EVENT_TRACER_FILTERS', implode("\n", $me->my_config['filters'] ) ); 
    2525$template->assign_var('EVENT_TRACER_SHOW_ARGS', $me->my_config['show_args'] ? 'checked="checked"' : '' ); 
     26$template->assign_var('U_LIST_EVENTS', get_admin_plugin_menu_link(dirname(__FILE__).'/event_list.php')); 
     27 
    2628//$template->assign_var('EVENT_TRACER_F_ACTION', $my_url); 
    2729