I installed phpwiki today and I found a small thing I can't manage.
The HTML title of my StartPage is "Ein noch unbenanntes PhpWiki" in german. So how can I give my Wiki a name?? I changed WIKI_NAME in the index.php, but it doesn't display the right name.
Hi All!
I installed phpwiki today and I found a small thing I can't manage.
The HTML title of my StartPage is "Ein noch unbenanntes PhpWiki" in german. So how can I give my Wiki a name?? I changed WIKI_NAME in the index.php, but it doesn't display the right name.
The URL is http://www.stud.fh-lippe.de/~cringe/phpwiki/
You might try adding a line like:
define('HomePage', 'Ein noch unbenanntes PhpWiki');
to your index.php.
(This is an undocumented "feature", and may not be stable.)
I'm do stupid to uncomment the WIKI_NAME line... :-/ sorry for that.