Rev 1037 Rev 2305
Line 102... Line 102...
102 // $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep 102 // $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep
103 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); 103 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
104 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); 104 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library");
105 $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "8magsvn"); 105 $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "8magsvn");
106 $config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); 106 $config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik");
107 $config->setTemplatePath("$locwebsvnreal/templates/Standard/", "MLAB_E"); 107 $config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB_E");
108 // The index page containing the projects may either be displayed as a flat view (the default), 108 // The index page containing the projects may either be displayed as a flat view (the default),
109 // where grouped repositories are displayed as "GroupName.RepName" or as a tree view. 109 // where grouped repositories are displayed as "GroupName.RepName" or as a tree view.
110 // In the case of a tree view, you may choose whether the entire tree is open by default. 110 // In the case of a tree view, you may choose whether the entire tree is open by default.
111   111  
112 // $config->useTreeIndex(false); // Tree index, closed by default 112 // $config->useTreeIndex(false); // Tree index, closed by default