Rev | Line | |
---|
[6465] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | Plugin Name: Spread menus |
---|
[9252] | 4 | Version: auto |
---|
[6465] | 5 | Description: Provide menus on any public pages |
---|
| 6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=400 |
---|
| 7 | Author: VDigital |
---|
| 8 | Author URI: http://piwigo.org/ |
---|
| 9 | */ |
---|
| 10 | |
---|
| 11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 12 | define('SPREADM_DIR' , basename(dirname(__FILE__))); |
---|
| 13 | define('SPREADM_PATH' , PHPWG_PLUGINS_PATH . SPREADM_DIR . '/'); |
---|
| 14 | include_once( SPREADM_PATH . 'spread_menus_on_public_pages.php'); |
---|
| 15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.