0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: README
$Id: README 7589 2010-07-02 07:31:33Z vargenau $ The template structure and syntax has completely changed with 1.3.3. See lib/Template.php for more, esp. the defined global php variables. ($request, $user, $page, $Theme and some action specific local vars.) There's no ###<variable>### markup anymore, instead normal php variables, constants and code can be used. Templates may be nested. Usage sample: <?php echo Template('browse') ?> See doc/THEMES for the full documentation.