Skip to content

Commit 96f3f50

Browse files
committed
A bit of visuals
1 parent e742d50 commit 96f3f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

replace/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
// Add custom template paths or comment out templates to modify the list of user selectable templates.
135135
// The first added template serves as a default.
136136

137-
$config->addTemplatePath($locwebsvnreal.'/templates/calm/');
138137
$config->addTemplatePath($locwebsvnreal.'/templates/BlueGrey/');
138+
$config->addTemplatePath($locwebsvnreal.'/templates/calm/');
139139
$config->addTemplatePath($locwebsvnreal.'/templates/Elegant/');
140140

141141
// You may also specify a default template by uncommenting and changing the following line as necessary.
@@ -342,7 +342,7 @@
342342
//
343343
// Change the line below to set the download level across all your repositories.
344344

345-
$config->setMinDownloadLevel(2);
345+
$config->setMinDownloadLevel(0);
346346

347347
// To change the level for individual repositories, uncomment and replicate
348348
// the appropriate line below (replacing 'myrep' with the name of the repository).

0 commit comments

Comments
 (0)