Line 327... |
Line 327... |
327 |
|
327 |
|
328 |
// {{{ RSSFEED --- |
328 |
// {{{ RSSFEED --- |
329 |
|
329 |
|
330 |
// Uncomment this line if you wish to hide the RSS feed links across all repositories |
330 |
// Uncomment this line if you wish to hide the RSS feed links across all repositories |
331 |
// |
331 |
// |
332 |
// $config->hideRSS(); |
332 |
$config->hideRSS(); |
333 |
// |
333 |
// |
334 |
// To change the global option for individual repositories, uncomment and replicate |
334 |
// To change the global option for individual repositories, uncomment and replicate |
335 |
// the required line below (replacing 'myrep' for the name of the repository to be changed). |
335 |
// the required line below (replacing 'myrep' for the name of the repository to be changed). |
336 |
// Use the convention 'groupname.myrep' if your repository is in a group. |
336 |
// Use the convention 'groupname.myrep' if your repository is in a group. |
337 |
|
337 |
|