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

Last change on this file since 31991 was 9252, checked in by Gotcha, 13 years ago

Problem with $pagestart when picture haven't comments
Thanks to cljosse.
http://fr.piwigo.org/forum/viewtopic.php?pid=161921#p161921

File size: 466 bytes
Line 
1<?php
2/*
3Plugin Name: Spread menus
4Version: auto
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 . '/');
14include_once( SPREADM_PATH . 'spread_menus_on_public_pages.php');
15?>
Note: See TracBrowser for help on using the repository browser.