Reverted default templatepathvalue

If it was the default value with old version it will be empty with new
one
This commit is contained in:
Simon DELAGE 2014-09-08 08:37:23 +02:00
parent 26ce7fd583
commit cbe6bd4421

View file

@ -18,4 +18,4 @@
$conf['public_pages_ns'] = 'user';
$conf['set_permissions_public'] = 1;
$conf['templates_path'] = 'data/pages/wiki';
$conf['templatepath'] = '';
$conf['templatepath'] = 'lib/plugins/userhomepage/_template.txt';