/WebSVN/include/config.php
142,6 → 142,7
$config->addTemplatePath($locwebsvnreal.'/templates/calm/');
$config->addTemplatePath($locwebsvnreal.'/templates/BlueGrey/');
$config->addTemplatePath($locwebsvnreal.'/templates/Elegant/');
$config->addTemplatePath($locwebsvnreal.'/templates/MLAB/');
 
// You may also specify a default template by uncommenting and changing the following line as necessary.
// If no default template is set the first added template is used.
152,11 → 153,11
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group.
 
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'myrep');
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library");
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "8magsvn");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB_E");
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'MLAB');
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'library');
$config->setTemplatePath($locwebsvnreal.'/templates/BlueGrey/', '8magsvn');
$config->setTemplatePath($locwebsvnreal.'/templates/Standard/', 'svnkaklik');
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'MLAB_E');
// The index page containing the projects may either be displayed as a flat view (the default),
// where grouped repositories are displayed as 'GroupName.RepName' or as a tree view.
// In the case of a tree view, you may choose whether the entire tree is open by default.