source: extensions/spread_menus/main.inc.php @ 6465

Last change on this file since 6465 was 6465, checked in by vdigital, 14 years ago

New: "Spread menus" plugin provides menus on any public pages

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