Minigalnano/config.php

25 lines
937 B
PHP
Raw Normal View History

<?php
/*
2014-11-11 10:50:23 +01:00
MINIGAL NANO, a simple PHP/HTML/CSS based image gallery script
This script and included files are subject to licensing from Creative Commons (http://creativecommons.org/licenses/by-sa/2.5/)
You may use, edit and redistribute this script, as long as you pay tribute to the original author by NOT removing the linkback to www.minigal.dk ("Powered by MiniGal Nano x.x.x")
2015-07-02 00:08:46 +02:00
* Website : https://github.com/sebsauvage/MinigalNano/
* Support : https://github.com/sebsauvage/MinigalNano/issues and by mail (contact [@] tomcanac [.] com)
2014-11-11 10:50:23 +01:00
MiniGal Nano is based on an original work by Thomas Rybak (© 2010)
Original support board : www.minigal.dk and www.minigal.dk/forum
Please enjoy this free script!
Upgraded to https://github.com/sebsauvage/MinigalNano
by Sébastien SAUVAGE.
2015-07-02 00:08:46 +02:00
*/
2014-11-11 10:43:18 +01:00
// INSERT HERE YOUR CUSTOMIZED SETTINGS
// for the list of possible options, peruse config-default.php
$title = "Your Own MiniGal Nano";
// END
?>