From 8f9bbecd74cdd675054a4ac5a02487bf62a3ea74 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 28 Apr 2014 18:41:37 +0200 Subject: [PATCH] Update RSS settings Addition to https://github.com/sebsauvage/MinigalNano/pull/24, change `$gallery_link` so it works everywhere by default, change `$description` to a generic description. --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 8287979..a28d453 100755 --- a/config.php +++ b/config.php @@ -38,11 +38,11 @@ $label_noimages = "No images"; //Empty folder text $label_loading = "Loading..."; //Thumbnail loading text //RSS SETTINGS -$gallery_link = "http://yougalleryadress.domain/folder"; -$description = "Description of the John Doe Gallery"; +$gallery_link = "./"; +$description = "MiniGal Nano"; $nb_items_rss = 25; //ADVANCED SETTINGS $thumb_size = 320; //Thumbnail height/width (square thumbs). Changing this will most likely require manual altering of the template file to make it look properly! $label_max_length = 40; //Maximum chars of a folder name that will be displayed on the folder thumbnail $display_exif = 0; //Take care, even if not diplayed EXIF are still readable for visitors. May be a good idea to erase EXIF datas... -?> \ No newline at end of file +?>