Show
Ignore:
Timestamp:
11/04/06 00:39:44 (2 years ago)
Author:
jim++
Message:

try relative path to make it working on dev site

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/Design.php

    r7344 r7346  
    7979  setlocale(LC_ALL, $lang); 
    8080  $domain = 'msg'; 
    81   bindtextdomain("$domain", "/home/asterix/www/gajim-website/locale"); 
     81  bindtextdomain("$domain", "locale"); 
    8282  textdomain("$domain"); 
    8383