source: extensions/akBookStyle/trunk/main.inc.php @ 5445

Last change on this file since 5445 was 5445, checked in by nikrou, 14 years ago

Fix bug 1157 : problem of missing navigation links when number of images
per page selected is less than number of images per pages for user

File size: 1.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23/*
24Plugin Name: akBookStyle
25Version: 0.2.1
26Description: Book style for designers
27Plugin URI: http://piwigo.org/ext/extension_links.php?eid=307
28Author: nikrou,vdigital
29Author URI: http://www.nikrou.net/
30*/
31
32if (!defined('PHPWG_ROOT_PATH')) {
33  die('Hacking attempt!');
34}
35
36include_once(dirname(__FILE__).'/init.php');
37?>
Note: See TracBrowser for help on using the repository browser.