';
################################################# HTMLHEAD
var $htmlhead = ARRAY (
'TITLE' => "
%s\n",
'stylesheet' =>
' ');
var $htmlhd_def = ARRAY(
'TITLE' => '',
'PRETITLE' => ''
);
##
## For stylesheets we must add
## ID, CLASS, STYLE, LANG and DIR
## to nearly every element!
## The good thing hereby is, that we don't need
## to change the function-calls -
## it is enough to put them here directly into the tag
##
/* currently commented as idea for future use
* 'metacontent' =>'',
*/
################################################# BODYTAG
var $bodytag = ARRAY(
'endhead' => "\n",
'bodytag' => "\n\n",
'BGCOLOR' => ' BGCOLOR="%s"',
'BACKGROUND' => ' BACKGROUND="%s"',
'TEXT' => ' TEXT="%s"',
'LINK' => ' LINK="%s"',
'VLINK' => ' VLINK="%s"',
'ALINK' => ' ALINK="%s"',
'onLoad' => ' onLoad="%s"',
'endbody' => "%s
\n\n