hi list

On my skin I have a folder
     /pub/skins/skin/wkilib.d folder

to access the files I have the following entry in config.php

global $WikiLibDirs, $SkinDir;
    $where = count($WikiLibDirs);
    if ($where>1) $where--;
    array_splice($WikiLibDirs, $where, 0,
        array(new PageStore("$SkinDir/wikilib.d/\$FullName")));


now it seams that pmwiki takes the file in /pmwiki/wikilib.d if a file 
with the same name exists.

is there a way that pmwiki takes the file in /pub/skins/skin/wkilib.d folder

thanks for any hints
nos

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to