Nucleus Core

Login!
Register as a new userLost password?

for Project:

This is the tracker for the Core of the Nucleus CMS-project (Nucleus CMS Website)

FS#119 — Add includeMode/includePrefix parameters to parseFile()

Attached to Project— Nucleus Core
Opened by Wouter Demuynck (karma) - Sunday, 23 October 2005, 10:44AM
Last edited by Wouter Demuynck (karma) - Sunday, 23 October 2005, 10:46AM
Improvement
Skins / Templates
CLOSED
Wouter Demuynck
All
Low
Normal
CVS
3.3
Undecided
100%
The parseFile($file) function in globalfunctions.php takes a file and parses it as if it were a skin part.

The parseFile function should be extended with optional includeMode and includePrefix parameters, as used by regular skins.

function parseFile($filename, $includeMode = 'normal', $includePrefix = '')
This task depends upon

This task blocks these from closing
Closed by  Wouter Demuynck (karma)
Date:  Sunday, 23 October 2005, 10:46AM
Reason for closing:  Implemented