Last change
on this file since 9758 was
6515,
checked in by vdigital, 14 years ago
|
2.1.b fixes first release bugs:
- Default user level is fixed
- Default selectors review ( photoWidget could not be supported )
- Lightbox, HD Shadowbox and akBookStyle are supported
- Merge of selectors ( default and customized ) is fixed
- jQuery generated has been reviewed and simplified
|
File size:
528 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: rightClick |
---|
4 | Version: 2.1.b |
---|
5 | Description: rightClick deactivates the context menu on websized pictures and more. |
---|
6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=401 |
---|
7 | Author: VDigital |
---|
8 | Author URI: http://piwigo.org/ |
---|
9 | */ |
---|
10 | |
---|
11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
12 | define('RIGHTCK_DIR' , basename(dirname(__FILE__))); |
---|
13 | define('RIGHTCK_PATH' , PHPWG_PLUGINS_PATH . RIGHTCK_DIR . '/'); |
---|
14 | define('RIGHTCK_VER' , '2.1.b'); |
---|
15 | include_once( RIGHTCK_PATH . 'rightClick_protect.php'); |
---|
16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.