From: Frank S. <fra...@rn...> - 2003-06-30 16:46:45
|
>>> "ni...@ch..." 06/29/03 06:37 >>> > In template 'head'(In template 'html'?):67: Notice[8]: Use of undefined > constant RECENT_CHANGES - assumed 'RECENT_CHANGES': > > * <link rel="alternate" type="application/rss+xml" title="RSS" > href="<?=WikiURL(RECENT_CHANGES, array('format' => 'rss'))?>" /> > > Any ideas? index.php contains the line (around line 722) if (!defined('RECENT_CHANGES')) define ('RECENT_CHANGES', 'RecentChanges'); Is that perhaps not being included somewhere in your setup? (Sure, the question's probably a lame one, but I know I've done this before on my wiki farm :).) frank |