Last change
on this file since 27543 was
22255,
checked in by ddtddt, 12 years ago
|
[extensions] - renome Batch Manager Prefiltre updeate description
|
File size:
598 bytes
|
Rev | Line | |
---|
[22247] | 1 | <?php |
---|
| 2 | /* |
---|
[22255] | 3 | Plugin Name: Batch Manager, Photo Description |
---|
[22247] | 4 | Version: auto |
---|
[22255] | 5 | Description: Batch Manager, Add Prefilter with / with no description and add action on description |
---|
[22247] | 6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=695 |
---|
| 7 | Author: ddtddt |
---|
| 8 | Author URI: http://piwigo.org/ |
---|
| 9 | */ |
---|
| 10 | |
---|
| 11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 12 | |
---|
| 13 | global $prefixeTable, $template; |
---|
| 14 | |
---|
| 15 | define('BMPD_DIR' , basename(dirname(__FILE__))); |
---|
| 16 | define('BMPD_PATH' , PHPWG_PLUGINS_PATH . BMPD_DIR . '/'); |
---|
| 17 | |
---|
| 18 | // Plugin for admin |
---|
| 19 | if (script_basename() == 'admin') |
---|
| 20 | { |
---|
| 21 | include_once(dirname(__FILE__).'/initadmin.php'); |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.