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
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 | |
|
|
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 = '')
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
Date: Sunday, 23 October 2005, 10:46AM
Reason for closing: Implemented