[dokuwiki] Re: Problem with the sidebar template
- From: Gina Haeussge <gina@xxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 29 Sep 2005 17:28:06 +0200
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello David,
David Louie wrote:
> $conf['template'] = 'sidebar'; //see tpl directory
> Warning: Cannot modify header information - headers already sent by
> (output started at E:\dokuwiki\conf\local.php:1) in
> E:\dokuwiki\inc\actions.php on line 76
There should be a file 'local.php.dist' in your 'conf' directory. Use
this as a start (as in rename it to 'local.php'). Or simply put your
$conf['template'] line between <?php ... ?>, so that the whole file
would look something like this:
<?php
$conf['template'] = 'sidebar';
?>
Hope this helps...
Gina
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDPAgGMiMw/6TM234RAjepAJwPUB0J0MOg6vTY2fhHJzt1lJ3/DgCgu7U8
shs0Yord5LkYi4X82MpJ4xI=
=/V3R
-----END PGP SIGNATURE-----
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Problem with the sidebar template
- From: David Louie
Other related posts:
- » [dokuwiki] Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- » [dokuwiki] Re: Problem with the sidebar template
- [dokuwiki] Problem with the sidebar template
- From: David Louie