Line 140... |
Line 140... |
140 |
// The first added template serves as a default. |
140 |
// The first added template serves as a default. |
141 |
|
141 |
|
142 |
$config->addTemplatePath($locwebsvnreal.'/templates/calm/'); |
142 |
$config->addTemplatePath($locwebsvnreal.'/templates/calm/'); |
143 |
$config->addTemplatePath($locwebsvnreal.'/templates/BlueGrey/'); |
143 |
$config->addTemplatePath($locwebsvnreal.'/templates/BlueGrey/'); |
144 |
$config->addTemplatePath($locwebsvnreal.'/templates/Elegant/'); |
144 |
$config->addTemplatePath($locwebsvnreal.'/templates/Elegant/'); |
- |
|
145 |
$config->addTemplatePath($locwebsvnreal.'/templates/MLAB/'); |
145 |
|
146 |
|
146 |
// You may also specify a default template by uncommenting and changing the following line as necessary. |
147 |
// You may also specify a default template by uncommenting and changing the following line as necessary. |
147 |
// If no default template is set the first added template is used. |
148 |
// If no default template is set the first added template is used. |
148 |
|
149 |
|
149 |
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/'); |
150 |
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/'); |
150 |
|
151 |
|
151 |
// 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 |
152 |
// 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. |
153 |
|
154 |
|
154 |
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'myrep'); |
155 |
// $config->setTemplatePath($locwebsvnreal.'/templates/Elegant/', 'myrep'); |
155 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
156 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'MLAB'); |
156 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "library"); |
157 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'library'); |
157 |
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "8magsvn"); |
158 |
$config->setTemplatePath($locwebsvnreal.'/templates/BlueGrey/', '8magsvn'); |
158 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "svnkaklik"); |
159 |
$config->setTemplatePath($locwebsvnreal.'/templates/Standard/', 'svnkaklik'); |
159 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB_E"); |
160 |
$config->setTemplatePath($locwebsvnreal.'/templates/MLAB/', 'MLAB_E'); |
160 |
// 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), |
161 |
// 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. |
162 |
// 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. |
163 |
|
164 |
|
164 |
// $config->useTreeIndex(false); // Tree index, closed by default |
165 |
// $config->useTreeIndex(false); // Tree index, closed by default |