File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
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).
You can’t perform that action at this time.
0 commit comments