[dokuwiki] Re: Template thoughts
- From: "Mr Anchovy" <mr.anchovy@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 27 Nov 2006 00:18:15 +0000
Chris Smith <chris@xxxxxxxxxxxxx> wrote:
Date: Sun, 26 Nov 2006 15:13:16 +0000
I don't think that using a config setting is a good option. Better would
be to allow the file to be part of a template. e.g.
if (@file_exists(DOKU_TPL.'html.php')
require_once (DOKU_TPL.'html.php');
else
require_once(DOKU_INC.'inc/html.php);
--
Yes, that would be very good for me :)
_________________________________________________________________
Windows Live? Messenger has arrived. Click here to download it for free!
http://imagine-msn.com/messenger/launch80/?locale=en-gb
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Re: Template thoughts
- From: Chris Smith
Other related posts:
- » [dokuwiki] Template thoughts
- » [dokuwiki] Re: Template thoughts
- » [dokuwiki] Re: Template thoughts
- » [dokuwiki] Re: Template thoughts
- » [dokuwiki] Re: Template thoughts
- » [dokuwiki] Re: Template thoughts
Chris Smith <chris@xxxxxxxxxxxxx> wrote: Date: Sun, 26 Nov 2006 15:13:16 +0000I don't think that using a config setting is a good option. Better would be to allow the file to be part of a template. e.g.
if (@file_exists(DOKU_TPL.'html.php') require_once (DOKU_TPL.'html.php'); else require_once(DOKU_INC.'inc/html.php); --
- [dokuwiki] Re: Template thoughts
- From: Chris Smith