Menu

#663 login | download

open
nobody
5
2012-12-21
2010-06-08
stando
No

I don't want to see login, or download links. It works fine when more users is selected. But, when i select only one person the links are there :/

i have to edit functions/init.inc.php

@@ -140,7 +141,7 @@

// Set the download and subscribe paths from the config, if there is
// only one calendar being displayed and those paths are defined.
- if (count($local_cals) == 1) {
+ if ($phpiCal_config->allow_login == 'yes' && count($local_cals) == 1) {

it not nice hack, but it work for me...

Discussion


Log in to post a comment.