aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.inc.php')
-rw-r--r--include/config.inc.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php
index a25f22b98..edf3fb539 100644
--- a/include/config.inc.php
+++ b/include/config.inc.php
@@ -183,10 +183,17 @@ $conf['newcat_default_visible'] = 'true';
$conf['newcat_default_status'] = 'public';
// level_separator : character string used for separating a category level
-// to the sub level
+// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
+// ' >'
$conf['level_separator'] = ' / ';
// paginate_pages_around : on paginate navigation bar, how many pages
// display before and after the current page ?
$conf['paginate_pages_around'] = 2;
+
+// tn_width : default width for thumbnails creation
+$conf['tn_width'] = 128;
+
+// tn_height : default height for thumbnails creation
+$conf['tn_height'] = 96;
?>