<?php
class formSitemapOptions extends cmsForm {
public function init() {
return array(
'sources' => array(
'type' => 'fieldset',
'title' => LANG_SITEMAP_SOURCES,
'childs' => array(
)
),
);
}
}