0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: frame-header.tmpl
<?php // -*-html-*- /* $Id: frame-header.tmpl,v 1.1 2003/02/26 22:27:17 dairiki Exp $ * * This template is responsible mainly for the outer level <html> stuff. */ printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <?= Template('head') ?> <body><?= Template('top') ?></body> </html>