-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.php
36 lines (34 loc) · 1.37 KB
/
configuration.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/*************************
Coppermine Photo Gallery
************************
Copyright (c) 2003-2006 Coppermine Dev Team
v1.1 originally written by Gregory DEMAR
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
********************************************
Coppermine version: 1.4.11
$Source: /cvsroot/cpg-contrib/toplevelusers/configuration.php,v $
$Revision: 1.1 $
$Author: donnoman $
$Date: 2006/11/29 05:19:49 $
**********************************************/
$name='Top Level Users';
$description='Removes the "User Galleries" category and places user galleries on the top level';
$author='[email protected] from <a href="http://cpg-contrib.org" target="_blank">cpg-contrib.org</a>';
$version='1.0';
/*
* $extra_info is displayed with the title of a plugin that is NOT installed and
* can be used to present extra information. In this case I show a complex
* example that forms a button the user can click.
*/
$extra_info = '';
/*
* $install_info is displayed with the title of a plugin that IS installed and
* can be used to present extra information. In this case I show a complex
* example that forms a button the user can click.
*/
$install_info='';
?>