}
if (array_key_exists('device', $DW->dwoptions)) {
    $DW_Device = new DW_Device();
    $DW_Device->admin();
}
if (array_key_exists('tpl', $DW->dwoptions)) {
    $DW_Tpl = new DW_Tpl();
    $DW_Tpl->admin();
}
if (array_key_exists('url', $DW->dwoptions)) {
    $DW_URL = new DW_URL();
    $DW_URL->admin();
}
if (array_key_exists('shortcode', $DW->dwoptions)) {
    $DW_URL = new DW_Shortcode();
    $DW_URL->admin();
}
if (array_key_exists('front-page', $DW->dwoptions)) {
    $DW_Front_page = new DW_Front_page();
    $DW_Front_page->admin();
}
if (array_key_exists('single', $DW->dwoptions)) {
    $DW_Single = new DW_Single();
    $DW_Single->admin();
}
if (array_key_exists('attachment', $DW->dwoptions)) {
    $DW_Attachment = new DW_Attachment();
    $DW_Attachment->admin();
}
if (array_key_exists('page', $DW->dwoptions)) {
    $DW_Page = new DW_Page();