1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

System Plugin: new action "admin_system_extra_index_template_actions" added.

This commit is contained in:
Awilum
2012-10-21 21:16:32 +03:00
parent 13ae0b1c6a
commit 48f5adb85c

View File

@@ -56,3 +56,8 @@
);
?>
<!-- /System -->
<?php
// Custom code for this plugin
Action::run('admin_system_extra_index_template_actions');
?>