Show
Ignore:
Timestamp:
06/01/06 15:56:00 (18 years ago)
Author:
jerome
Message:

Updated URLs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r2895 r2909  
    181181        """Returns the URL to use for the logo in the CGI scripts.""" 
    182182        url = self.getGlobalOption("logourl", ignore=1) or \ 
    183                    "http://www.librelogiciel.com/software/PyKota/pykota.png" 
     183                   "http://www.pykota.com/pykota.png" 
    184184        return url.strip()            
    185185         
     
    187187        """Returns the URL to go to when the user clicks on the logo in the CGI scripts.""" 
    188188        url = self.getGlobalOption("logolink", ignore=1) or \ 
    189                    "http://www.librelogiciel.com/software/" 
     189                   "http://www.pykota.com/" 
    190190        return url.strip()            
    191191