DokuXP Skin

Posted by SibProgrammer on January 10, 2010|Comments

I decided to repost info about DokuXP skin from old blog. I made this skin very long ago but some people still like it.

To install DokuXP skin download the archive and unpack it into <dokuwiki-path>/lib/tpl/ directory. To enable the skin open your <dokuwiki-path>/conf/dokuwiki.php and change $conf['template'] variable to doku_xp:

$conf['template'] = 'doku_xp';