Line 151... |
Line 151... |
151 |
|
151 |
|
152 |
// You may also specify a per repository fixed template by uncommenting and changing the following |
152 |
// You may also specify a per repository fixed template by uncommenting and changing the following |
153 |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
153 |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
154 |
|
154 |
|
155 |
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'myrep'); |
155 |
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'myrep'); |
156 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'MLAB'); |
156 |
$config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'MLAB'); |
157 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'library'); |
157 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'library'); |
158 |
$config->setTemplatePath($locwebsvnreal.'/templates/BlueGrey/', '8magsvn'); |
158 |
$config->setTemplatePath($locwebsvnreal.'/templates/BlueGrey/', '8magsvn'); |
159 |
$config->setTemplatePath($locwebsvnreal.'/templates/Standard/', 'svnkaklik'); |
159 |
$config->setTemplatePath($locwebsvnreal.'/templates/calm/', 'svnkaklik'); |
160 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'MLAB_E'); |
160 |
$config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'MLAB_E'); |
161 |
// The index page containing the projects may either be displayed as a flat view (the default), |
161 |
// The index page containing the projects may either be displayed as a flat view (the default), |
162 |
// where grouped repositories are displayed as 'GroupName.RepName' or as a tree view. |
162 |
// where grouped repositories are displayed as 'GroupName.RepName' or as a tree view. |
163 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |
163 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |
164 |
|
164 |
|
165 |
// $config->useTreeIndex(false); // Tree index, closed by default |
165 |
// $config->useTreeIndex(false); // Tree index, closed by default |