$head

This is just a test

EOT; $html = WBString::replaceSuperPlaceholders($html); if ($echo) { echo $html; } return $html; } public function mkFooter($echo = false) { $html = WBHtml::get(WBHtml::AREA_FOOT) . "\n\n\n"; $html = WBString::replaceSuperPlaceholders($html); if ($echo) { echo $html; } return $html; } } ?>