mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
0333119b79
- enhanced the event tracer plugin to show a list of all events and actions trigered by pwg - small reorganization in picture.php git-svn-id: http://piwigo.org/svn/trunk@1793 68402e56-0260-453c-a942-63ccdbb3a9ee
17 lines
375 B
Smarty
17 lines
375 B
Smarty
There are {NB_EVENTS} calls to triger_event or triger_action.
|
|
|
|
<table width="99%" class="table2">
|
|
<tr class="throw">
|
|
<th><a href="{U_SORT0}">Type</a></th>
|
|
<th><a href="{U_SORT1}">Name</a></th>
|
|
<th><a href="{U_SORT2}">File</a></th>
|
|
</tr>
|
|
<!-- BEGIN event -->
|
|
<tr>
|
|
<td>{event.TYPE}</td>
|
|
<td>{event.NAME}</td>
|
|
<td>{event.FILE}</td>
|
|
</tr>
|
|
<!-- END event -->
|
|
</table>
|