[pmwiki-users] wikilib.d pmwiki/skin priority

noskule noskule at gmx.net
Tue May 1 10:58:27 CDT 2007


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



More information about the pmwiki-users mailing list