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.
This commit is contained in:
parent
9f27cdd56c
commit
8f9bbecd74
1 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@ $label_noimages = "No images"; //Empty folder text
|
||||||
$label_loading = "Loading..."; //Thumbnail loading text
|
$label_loading = "Loading..."; //Thumbnail loading text
|
||||||
|
|
||||||
//RSS SETTINGS
|
//RSS SETTINGS
|
||||||
$gallery_link = "http://yougalleryadress.domain/folder";
|
$gallery_link = "./";
|
||||||
$description = "Description of the John Doe Gallery";
|
$description = "MiniGal Nano";
|
||||||
$nb_items_rss = 25;
|
$nb_items_rss = 25;
|
||||||
//ADVANCED SETTINGS
|
//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!
|
$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!
|
||||||
|
|
Loading…
Reference in a new issue