Changeset 1114

Show
Ignore:
Timestamp:
12/23/05 05:04:35 (3 years ago)
Author:
mdodoo
Message:

Fixes #143. This was easier than I expected, at the expense of introducting PHP into a Javascript file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/extlib/fcollapse.js

    r903 r1114  
    7373    } 
    7474    if(ftype == 'category'){ 
    75         setCookie(CATEGORYCOOKIENAME,c,"/"); 
     75        setCookie(CATEGORYCOOKIENAME,c,<?php getPath() ?>); 
    7676    }else{ 
    77         setCookie(FOLDERCOOKIENAME,c,"/"); 
     77        setCookie(FOLDERCOOKIENAME,c,<?php getPath() ?>); 
    7878    } 
    7979}