2013-03-23 17:35:44 +01:00
< ? php
/*
2014-11-11 10:50:23 +01:00
MINIGAL NANO , a simple PHP / HTML / CSS based image gallery script
2013-03-23 17:35:44 +01:00
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 )
2013-03-23 17:35:44 +01:00
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
2013-03-23 17:35:44 +01:00
Please enjoy this free script !
2014-11-25 02:11:37 +01:00
Upgraded to https :// github . com / sebsauvage / MinigalNano
by Sébastien SAUVAGE .
2013-03-23 17:35:44 +01:00
2015-07-02 00:08:46 +02:00
*/
2014-11-11 10:43:18 +01:00
2014-11-25 02:11:37 +01:00
// INSERT HERE YOUR CUSTOMIZED SETTINGS
// for the list of possible options, peruse config-default.php
$title = " Your Own MiniGal Nano " ;
// END
2014-04-28 18:41:37 +02:00
?>