source: extensions/bmp_description/main.inc.php @ 22255

Last change on this file since 22255 was 22255, checked in by ddtddt, 11 years ago

[extensions] - renome Batch Manager Prefiltre updeate description

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