';
return $html;
}
public function siteHead()
{
return html_entity_decode($this->getValue('head'));
}
public function siteBodyBegin()
{
return html_entity_decode($this->getValue('header'));
}
public function siteBodyEnd()
{
return html_entity_decode($this->getValue('footer'));
}
}