'; $html .= '

Your content must have a parent element with id #page_content!

All pictures must be without links, the script finds all < img > in the parent element with id #page_content.

'; $html .= ''; return $html; } public function siteHead(){ $html = ''; return $html; } public function siteBodyEnd() { $html = PHP_EOL.''.PHP_EOL; return $html; } }