mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 08:33:03 +02:00
Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.php
Change name of news triggers. Replace & by & Improve a little add_index plugin implementation. Add parameters pages (under construction) for add_index plugin git-svn-id: http://piwigo.org/svn/trunk@1704 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -297,7 +297,7 @@ while ($row = mysql_fetch_array($result))
|
||||
$plugin_links = array();
|
||||
//$plugin_links is array of array composed of U_HREF, U_HINT & U_CAPTION
|
||||
$plugin_links =
|
||||
trigger_event('array_site_manager_plugin_links',
|
||||
trigger_event('get_admins_site_links',
|
||||
$plugin_links, $row['id'], $is_remote);
|
||||
|
||||
// plugin_links
|
||||
|
||||
Reference in New Issue
Block a user