2013-03-23 17:35:44 +01:00
|
|
|
<?php
|
|
|
|
/*
|
2015-09-03 23:52:59 +02:00
|
|
|
* This file is part of MinigalNano: https://github.com/sebsauvage/MinigalNano
|
|
|
|
*
|
|
|
|
* MiniGal Nano is based on an original work by Thomas Rybak (© 2010)
|
|
|
|
*
|
|
|
|
* MinigalNano is licensed under the AGPL v3 (https://gnu.org/licenses/agpl-3.0.txt).
|
2015-07-02 00:08:46 +02:00
|
|
|
*/
|
2014-11-11 10:43:18 +01:00
|
|
|
|
2016-06-24 17:04:42 +02:00
|
|
|
/*
|
|
|
|
* INSERT HERE YOUR CUSTOMIZED SETTINGS
|
|
|
|
* for the list of options, check config-default.php
|
|
|
|
*/
|
|
|
|
|
2014-11-25 02:11:37 +01:00
|
|
|
$title = "Your Own MiniGal Nano";
|
2016-06-24 17:04:42 +02:00
|
|
|
|
2014-04-28 18:41:37 +02:00
|
|
|
?>
|