* Easyshop is a web shop system */ class admin_xml_sitemap { function __construct($layout_object) { $this->layout_object = $layout_object; } function run() { return $this->layout_object->fetch('admin_xml_sitemap.tpl'); } }