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

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

[extensions] - Batch Manager Prefiltre description - First release

File size: 573 bytes
RevLine 
[22247]1<?php
2/*
3Plugin Name: Batch Manager Prefiltre description
4Version: auto
5Description: Add in Batch Manager Prefiltre with / without 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.