commit
29c1e2cfcb
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;
|
||||||
$SkipExts = array('html', 'txt', 'php'); //Files with one of this extension will not be displayed on the RSS feed
|
$SkipExts = array('html', 'txt', 'php'); //Files with one of this extension will not be displayed on the RSS feed
|
||||||
$SkipObjects = array('UnDossier', 'UnFichier'); //Those files and folders will not be displayed on the RSS feed
|
$SkipObjects = array('UnDossier', 'UnFichier'); //Those files and folders will not be displayed on the RSS feed
|
||||||
|
|
Loading…
Reference in a new issue