diff --git a/config.php b/config.php
index b051cd5..8467969 100644
--- a/config.php
+++ b/config.php
@@ -19,8 +19,8 @@ Please enjoy this free script!
$thumbs_pr_page = "39"; //Number of thumbnails on a single page
$gallery_width = "80%"; //Gallery width. Eg: "500px" or "70%"
$backgroundcolor = "white"; //This provides a quick way to change your gallerys background to suit your website. Use either main colors like "black", "white", "yellow" etc. Or HEX colors, eg. "#AAAAAA"
-$templatefile = "squares"; //Template filename (must be placed in 'templates' folder)
-$title = "MiniGal Nano test gallery"; // Text to be displayed in browser titlebar
+$templatefile = "rounded"; //Template filename (must be placed in 'templates' folder)
+$title = "MiniBoardNano gallery"; // Text to be displayed in browser titlebar
$author = "John Doe";
$folder_color = "black"; // Color of folder icons: blue / black / vista / purple / green / grey
$sorting_folders = "name"; // Sort folders by: [name][date]
@@ -39,5 +39,5 @@ $label_loading = "Loading..."; //Thumbnail loading text
//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;
+$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
diff --git a/templates/rounded.html b/templates/rounded.html
index 1354555..6a295d2 100644
--- a/templates/rounded.html
+++ b/templates/rounded.html
@@ -12,110 +12,156 @@